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