| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.sun.enterprise |
| ArtifactId | ArtifactIdconfig |
| Last Version | Last Version1.6.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHK2 configuration module
HK2 configuration module
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| config-1.6.9.pom | |
| config-1.6.9.jar | 175 KB |
| config-1.6.9-sources.jar | 316 KB |
| config-1.6.9-javadoc.jar | 348 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/config/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>config</artifactId>
<version>1.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/config/
implementation 'com.sun.enterprise:config:1.6.9'
// https://jarcasting.com/artifacts/com.sun.enterprise/config/
implementation ("com.sun.enterprise:config:1.6.9")
'com.sun.enterprise:config:jar:1.6.9'
<dependency org="com.sun.enterprise" name="config" rev="1.6.9">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='config', version='1.6.9')
)
libraryDependencies += "com.sun.enterprise" % "config" % "1.6.9"
[com.sun.enterprise/config "1.6.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.enterprise : auto-depends | jar | 1.6.9 |
| org.jvnet : tiger-types | jar | 1.4 |
| org.glassfish.hk2.external : bean-validator | jar | 1.6.9 |
| org.glassfish.hk2 : class-model Optional | jar | 1.6.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.3.1 |