Download JAR files tagged by profiles with all dependencies
husky-valueset-gen from group org.projecthusky.communication (version 3.0.2)
Group: org.projecthusky.communication Artifact: husky-valueset-gen
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact husky-valueset-gen
Group org.projecthusky.communication
Version 3.0.2
Last update 05. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies husky-common-gen, snakeyaml, json-path, json-smart, commons-io,
There are maybe transitive dependencies!
Group org.projecthusky.communication
Version 3.0.2
Last update 05. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies husky-common-gen, snakeyaml, json-path, json-smart, commons-io,
There are maybe transitive dependencies!
husky-fhir-communication from group org.projecthusky.fhir (version 3.0.2)
Group: org.projecthusky.fhir Artifact: husky-fhir-communication
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact husky-fhir-communication
Group org.projecthusky.fhir
Version 3.0.2
Last update 05. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies husky-fhir-structures-gen, slf4j-api,
There are maybe transitive dependencies!
Group org.projecthusky.fhir
Version 3.0.2
Last update 05. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies husky-fhir-structures-gen, slf4j-api,
There are maybe transitive dependencies!
husky-fhir from group org.projecthusky.fhir (version 3.0.2)
Group: org.projecthusky.fhir Artifact: husky-fhir
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact husky-fhir
Group org.projecthusky.fhir
Version 3.0.2
Last update 05. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.projecthusky.fhir
Version 3.0.2
Last update 05. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
husky-xua-gen-api from group org.projecthusky.communication (version 3.0.2)
Group: org.projecthusky.communication Artifact: husky-xua-gen-api
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact husky-xua-gen-api
Group org.projecthusky.communication
Version 3.0.2
Last update 05. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies ipf-platform-camel-ihe-xacml20,
There are maybe transitive dependencies!
Group org.projecthusky.communication
Version 3.0.2
Last update 05. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies ipf-platform-camel-ihe-xacml20,
There are maybe transitive dependencies!
husky-elga from group org.projecthusky (version 3.0.2)
0 downloads
Artifact husky-elga
Group org.projecthusky
Version 3.0.2
Last update 05. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies husky-common-at,
There are maybe transitive dependencies!
Group org.projecthusky
Version 3.0.2
Last update 05. December 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies husky-common-at,
There are maybe transitive dependencies!
maven-help-plugin from group org.apache.maven.plugins (version 3.5.1)
The Maven Help plugin provides goals aimed at helping to make sense out of
the build environment. It includes the ability to view the effective
POM and settings files, after inheritance and active profiles
have been applied, as well as a describe a particular plugin goal to give usage information.
Group: org.apache.maven.plugins Artifact: maven-help-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
5 downloads
Artifact maven-help-plugin
Group org.apache.maven.plugins
Version 3.5.1
Last update 18. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies maven-plugin-tools-generators, maven-shared-utils, maven-reporting-api, plexus-interactivity-api, plexus-utils, plexus-xml, jdom2, xstream,
There are maybe transitive dependencies!
Group org.apache.maven.plugins
Version 3.5.1
Last update 18. October 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies maven-plugin-tools-generators, maven-shared-utils, maven-reporting-api, plexus-interactivity-api, plexus-utils, plexus-xml, jdom2, xstream,
There are maybe transitive dependencies!
jakarta.authentication-api from group jakarta.authentication (version 3.1.0)
Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers
that interact with a caller and a container's environment to obtain the caller's credentials, validate these,
and pass an authenticated identity (such as name and groups) to the container.
Jakarta Authentication consists of several profiles, with each profile telling how a specific container
(such as Jakarta Servlet) can integrate with- and adapt to this SPI.
Group: jakarta.authentication Artifact: jakarta.authentication-api
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jakarta.authentication-api
Group jakarta.authentication
Version 3.1.0
Last update 02. May 2024
Organization not specified
URL https://github.com/jakartaee/authentication
License EPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group jakarta.authentication
Version 3.1.0
Last update 02. May 2024
Organization not specified
URL https://github.com/jakartaee/authentication
License EPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
lxbootbasic from group io.github.52ylx (version 1.0.3)
配置文件参考
server.port=8003
spring.profiles.active=@env@
[email protected]@
logging.file=./logs/@project.artifactId@/springboot.log
#异常拦截器
#exceptionWebConfigurer.enable=false
#入参加密拦截器 关闭不进行验证
#securityFilter.enable=false
#关闭swagger
#swagger.enable=false
#swagger- controller包名 默认启动类包
#swagger.basePackage=com.test2
#请求头默认参数
#swagger.defaultHeaders=[{"name":"Authorization","description":"登录令牌","defaultValue":"0"}]
## 开启Swagger的Basic认证功能,默认是false
#swagger.basic.enable=true
## Basic认证用户名
#swagger.basic.username=zhangsan
## Basic认证密码
#swagger.basic.password=123
0 downloads
Artifact lxbootbasic
Group io.github.52ylx
Version 1.0.3
Last update 12. April 2022
Organization not specified
URL https://github.com/52ylx/lx
License Apache License, Version 2.0
Dependencies amount 6
Dependencies spring-boot-starter-web, lombok, springfox-swagger2, knife4j-spring-boot-starter, validation-api, lx,
There are maybe transitive dependencies!
Group io.github.52ylx
Version 1.0.3
Last update 12. April 2022
Organization not specified
URL https://github.com/52ylx/lx
License Apache License, Version 2.0
Dependencies amount 6
Dependencies spring-boot-starter-web, lombok, springfox-swagger2, knife4j-spring-boot-starter, validation-api, lx,
There are maybe transitive dependencies!
jakarta.security.auth.message-api from group jakarta.security.auth.message (version 2.0.0-RC1)
Jakarta Authentication defines a general low-level SPI for authentication mechanisms, which are controllers
that interact with a caller and a container's environment to obtain the caller's credentials, validate these,
and pass an authenticated identity (such as name and groups) to the container.
Jakarta Authentication consists of several profiles, with each profile telling how a specific container
(such as Jakarta Servlet) can integrate with- and adapt to this SPI.
Group: jakarta.security.auth.message Artifact: jakarta.security.auth.message-api
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact jakarta.security.auth.message-api
Group jakarta.security.auth.message
Version 2.0.0-RC1
Last update 13. February 2020
Organization Jakarta Authentication
URL https://github.com/eclipse-ee4j/authentication
License EPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group jakarta.security.auth.message
Version 2.0.0-RC1
Last update 13. February 2020
Organization Jakarta Authentication
URL https://github.com/eclipse-ee4j/authentication
License EPL 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
authentication-spec from group org.jboss.spec.javax.security.auth.message (version 2.0.1.Final)
Group: org.jboss.spec.javax.security.auth.message Artifact: authentication-spec
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact authentication-spec
Group org.jboss.spec.javax.security.auth.message
Version 2.0.1.Final
Last update 12. September 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.jboss.spec.javax.security.auth.message
Version 2.0.1.Final
Last update 12. September 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
Page 102 from 104 (items total 1035)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy