a

amx-config

AMX Config interfaces
Lloyd Chambers
文件下载
文件名 操作
amx-config-3.1.1-b05.jar 下载
amx-config-3.1.1-b05.pom 下载
amx-config-3.1.1-b05-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.glassfish.common</groupId>
  <artifactId>amx-config</artifactId>
  <version>3.1.1-b05</version>
  <type>hk2-jar</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.common:amx-config:3.1.1-b05'
Gradle Kotlin
implementation("org.glassfish.common:amx-config:3.1.1-b05")
Scala SBT
libraryDependencies += "org.glassfish.common" % "amx-config" % "3.1.1-b05"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.common', module='amx-config', version='3.1.1-b05')
)
Apache Ivy
<dependency org="org.glassfish.common" name="amx-config" rev="3.1.1-b05" />
Leiningen
[org.glassfish.common/amx-config "3.1.1-b05"]
Apache Buildr
'org.glassfish.common:amx-config:jar:3.1.1-b05'