j

jmicro.agent

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