s

servicemix-http-service-unit

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