MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.stringtemplate

Maven & Gradle

Oct 02, 2022

Apache ServiceMix :: Bundles :: ST4 · This OSGi bundle wraps ST4 4.3.4 jar file.

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.stringtemplate</artifactId>
    <version>4.3.4_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.stringtemplate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.4_1

All Versions

Choose a version of org.apache.servicemix.bundles : org.apache.servicemix.bundles.stringtemplate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
org.apache.servicemix.bundles.stringtemplate-4.3.4_1
org.apache.servicemix.bundles.stringtemplate-4.3.3_1
org.apache.servicemix.bundles.stringtemplate-4.3.1_1
4.3_1
org.apache.servicemix.bundles.stringtemplate-4.3_1
4.2_1
org.apache.servicemix.bundles.stringtemplate-4.2_1
4.1_1
org.apache.servicemix.bundles.stringtemplate-4.1_1
4.0.x
org.apache.servicemix.bundles.stringtemplate-4.0.8_1
org.apache.servicemix.bundles.stringtemplate-4.0.2_2
org.apache.servicemix.bundles.stringtemplate-4.0.2_1
3.2_5
org.apache.servicemix.bundles.stringtemplate-3.2_5
3.2_4
org.apache.servicemix.bundles.stringtemplate-3.2_4
3.2_3
org.apache.servicemix.bundles.stringtemplate-3.2_3
3.2_1
org.apache.servicemix.bundles.stringtemplate-3.2_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.stringtemplate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.servicemix.bundles</groupId>
    <artifactId>org.apache.servicemix.bundles.stringtemplate</artifactId>
    <version>4.3.4_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.stringtemplate gradle dependency to your build.gradle file:

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.stringtemplate:4.3.4_1'

Gradle Kotlin DSL: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.stringtemplate gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.stringtemplate:4.3.4_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.stringtemplate sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.stringtemplate" % "4.3.4_1"