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