MVN

org.apache.servicemix.bundles : org.apache.servicemix.bundles.jt400

Maven & Gradle

Jul 23, 2023

Apache ServiceMix :: Bundles :: jt400 · This OSGi bundle wraps jt400 20.0.0 jar file.

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

Latest Version

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

  • Latest Stable: 20.0.0_1

All Versions

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

Version Vulnerabilities Updated
20.0.x
org.apache.servicemix.bundles.jt400-20.0.0_1
11.2_1
org.apache.servicemix.bundles.jt400-11.2_1
11.1_1
org.apache.servicemix.bundles.jt400-11.1_1
11.0_1
org.apache.servicemix.bundles.jt400-11.0_1
10.7_1
org.apache.servicemix.bundles.jt400-10.7_1
10.6_1
org.apache.servicemix.bundles.jt400-10.6_1
10.5_1
org.apache.servicemix.bundles.jt400-10.5_1
10.4_1
org.apache.servicemix.bundles.jt400-10.4_1
10.3_1
org.apache.servicemix.bundles.jt400-10.3_1
10.2_1
org.apache.servicemix.bundles.jt400-10.2_1
10.1_1
org.apache.servicemix.bundles.jt400-10.1_1
9.8_1
org.apache.servicemix.bundles.jt400-9.8_1
9.7_1
org.apache.servicemix.bundles.jt400-9.7_1
9.6_1
org.apache.servicemix.bundles.jt400-9.6_1
9.5_1
org.apache.servicemix.bundles.jt400-9.5_1
9.4_2
org.apache.servicemix.bundles.jt400-9.4_2
9.4_1
org.apache.servicemix.bundles.jt400-9.4_1
9.3_1
org.apache.servicemix.bundles.jt400-9.3_1
9.2_1
org.apache.servicemix.bundles.jt400-9.2_1
9.1_1
org.apache.servicemix.bundles.jt400-9.1_1
9.0_1
org.apache.servicemix.bundles.jt400-9.0_1
8.7_1
org.apache.servicemix.bundles.jt400-8.7_1
8.6_1
org.apache.servicemix.bundles.jt400-8.6_1
8.5_1
org.apache.servicemix.bundles.jt400-8.5_1
6.7_2
org.apache.servicemix.bundles.jt400-6.7_2
6.7_1
org.apache.servicemix.bundles.jt400-6.7_1
6.0_1
org.apache.servicemix.bundles.jt400-6.0_1

How to add a dependency to Maven

Add the following org.apache.servicemix.bundles : org.apache.servicemix.bundles.jt400 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.jt400</artifactId>
    <version>20.0.0_1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.servicemix.bundles:org.apache.servicemix.bundles.jt400:20.0.0_1'

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

implementation("org.apache.servicemix.bundles:org.apache.servicemix.bundles.jt400:20.0.0_1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.servicemix.bundles" % "org.apache.servicemix.bundles.jt400" % "20.0.0_1"