c

config

${project.name}
文件下载
文件名 操作
config-1.0.36.jar 下载
config-1.0.36.pom 下载
config-1.0.36-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sun.enterprise</groupId>
  <artifactId>config</artifactId>
  <version>1.0.36</version>
</dependency>
Gradle Groovy
implementation 'com.sun.enterprise:config:1.0.36'
Gradle Kotlin
implementation("com.sun.enterprise:config:1.0.36")
Scala SBT
libraryDependencies += "com.sun.enterprise" % "config" % "1.0.36"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.enterprise', module='config', version='1.0.36')
)
Apache Ivy
<dependency org="com.sun.enterprise" name="config" rev="1.0.36" />
Leiningen
[com.sun.enterprise/config "1.0.36"]
Apache Buildr
'com.sun.enterprise:config:jar:1.0.36'