Categories |
CategoriesGlassFish Container Application Servers config Application Layer Libs Configuration HK2 Dependency Injection |
---|---|
GroupId | GroupIdorg.glassfish.hk2 |
ArtifactId | ArtifactIdconfig-types |
Version | Version2.2.0-b22 |
Type | Typejar |
Filename | Size |
---|---|
config-types-2.2.0-b22.pom | |
config-types-2.2.0-b22.jar | 6 KB |
config-types-2.2.0-b22-sources.jar | 6 KB |
config-types-2.2.0-b22-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.hk2/config-types/ -->
<dependency>
<groupId>org.glassfish.hk2</groupId>
<artifactId>config-types</artifactId>
<version>2.2.0-b22</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.hk2/config-types/
implementation 'org.glassfish.hk2:config-types:2.2.0-b22'
// https://jarcasting.com/artifacts/org.glassfish.hk2/config-types/
implementation ("org.glassfish.hk2:config-types:2.2.0-b22")
'org.glassfish.hk2:config-types:jar:2.2.0-b22'
<dependency org="org.glassfish.hk2" name="config-types" rev="2.2.0-b22">
<artifact name="config-types" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.hk2', module='config-types', version='2.2.0-b22')
)
libraryDependencies += "org.glassfish.hk2" % "config-types" % "2.2.0-b22"
[org.glassfish.hk2/config-types "2.2.0-b22"]