| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.sun.enterprise |
| ArtifactId | ArtifactIdconfig |
| Version | Version1.0.58 |
| Type | Typejar |
| Filename | Size |
|---|---|
| config-1.0.58.pom | |
| config-1.0.58.jar | 139 KB |
| config-1.0.58-sources.jar | 250 KB |
| config-1.0.58-javadoc.jar | 309 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.enterprise/config/ -->
<dependency>
<groupId>com.sun.enterprise</groupId>
<artifactId>config</artifactId>
<version>1.0.58</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.enterprise/config/
implementation 'com.sun.enterprise:config:1.0.58'
// https://jarcasting.com/artifacts/com.sun.enterprise/config/
implementation ("com.sun.enterprise:config:1.0.58")
'com.sun.enterprise:config:jar:1.0.58'
<dependency org="com.sun.enterprise" name="config" rev="1.0.58">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.enterprise', module='config', version='1.0.58')
)
libraryDependencies += "com.sun.enterprise" % "config" % "1.0.58"
[com.sun.enterprise/config "1.0.58"]