o

org.apache.servicemix.branding

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