o

org.apache.servicemix.branding

Branding for Apache ServiceMix
Files download
File Operation
org.apache.servicemix.branding-7.0.0.jar download
org.apache.servicemix.branding-7.0.0.pom download
org.apache.servicemix.branding-7.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.servicemix</groupId>
  <artifactId>org.apache.servicemix.branding</artifactId>
  <version>7.0.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.apache.servicemix:org.apache.servicemix.branding:7.0.0'
Gradle Kotlin
implementation("org.apache.servicemix:org.apache.servicemix.branding:7.0.0")
Scala SBT
libraryDependencies += "org.apache.servicemix" % "org.apache.servicemix.branding" % "7.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.servicemix', module='org.apache.servicemix.branding', version='7.0.0')
)
Apache Ivy
<dependency org="org.apache.servicemix" name="org.apache.servicemix.branding" rev="7.0.0" />
Leiningen
[org.apache.servicemix/org.apache.servicemix.branding "7.0.0"]
Apache Buildr
'org.apache.servicemix:org.apache.servicemix.branding:jar:7.0.0'