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