MVN

org.kaazing : gateway.truststore

Maven & Gradle

Aug 27, 2015
6 usages
0 stars

Kaazing WebSocket Gateway - Truststore

<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>gateway.truststore</artifactId>
    <version>5.1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kaazing : gateway.truststore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0.1

All Versions

Choose a version of org.kaazing : gateway.truststore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
gateway.truststore-5.1.0.1
5.0.x
gateway.truststore-5.0.1.26
gateway.truststore-5.0.1.25
gateway.truststore-5.0.1.24
gateway.truststore-5.0.1.23
gateway.truststore-5.0.1.22
gateway.truststore-5.0.1.21
gateway.truststore-5.0.1.20
1.0.x
gateway.truststore-1.0.0.65
gateway.truststore-1.0.0.64
gateway.truststore-1.0.0.63
gateway.truststore-1.0.0.62
gateway.truststore-1.0.0.61
gateway.truststore-1.0.0.60
gateway.truststore-1.0.0.59
gateway.truststore-1.0.0.58
gateway.truststore-1.0.0.57
gateway.truststore-1.0.0.56
gateway.truststore-1.0.0.55
gateway.truststore-1.0.0.54
gateway.truststore-1.0.0.53
gateway.truststore-1.0.0.81
gateway.truststore-1.0.0.80
gateway.truststore-1.0.0.79
gateway.truststore-1.0.0.78
gateway.truststore-1.0.0.77
gateway.truststore-1.0.0.76
gateway.truststore-1.0.0.75
gateway.truststore-1.0.0.74
gateway.truststore-1.0.0.73
gateway.truststore-1.0.0.72
gateway.truststore-1.0.0.71
gateway.truststore-1.0.0.70
gateway.truststore-1.0.0.69

How to add a dependency to Maven

Add the following org.kaazing : gateway.truststore maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>gateway.truststore</artifactId>
    <version>5.1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kaazing : gateway.truststore gradle dependency to your build.gradle file:

implementation 'org.kaazing:gateway.truststore:5.1.0.1'

Gradle Kotlin DSL: Add the following org.kaazing : gateway.truststore gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kaazing:gateway.truststore:5.1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kaazing : gateway.truststore sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kaazing" % "gateway.truststore" % "5.1.0.1"