MVN

org.kaazing : gateway.test.ca

Maven & Gradle

Mar 02, 2015
14 usages
0 stars

Keystore and Truststore used for testing TLS · A generated Keystore and Truststore that can be used for testing

<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>gateway.test.ca</artifactId>
    <version>1.0.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0.24

All Versions

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

Version Vulnerabilities Updated
1.0.x
gateway.test.ca-1.0.0.24
gateway.test.ca-1.0.0.23
gateway.test.ca-1.0.0.22
gateway.test.ca-1.0.0.21
gateway.test.ca-1.0.0.20
gateway.test.ca-1.0.0.19
gateway.test.ca-1.0.0.18
gateway.test.ca-1.0.0.17
gateway.test.ca-1.0.0.16
gateway.test.ca-1.0.0.15
gateway.test.ca-1.0.0.14
gateway.test.ca-1.0.0.13
gateway.test.ca-1.0.0.12
gateway.test.ca-1.0.0.11

How to add a dependency to Maven

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

<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>gateway.test.ca</artifactId>
    <version>1.0.0.24</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.kaazing:gateway.test.ca:1.0.0.24'

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

implementation("org.kaazing:gateway.test.ca:1.0.0.24")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.kaazing" % "gateway.test.ca" % "1.0.0.24"

Advertisement