c

config

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