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