c

cmi-agent

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