o

org.apache.servicemix.branding

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