o

org.apache.servicemix.branding

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