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