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