o

org.apache.servicemix.features.branding

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