MVN

al.bluecryst : bluecrystal.client.jaxws.jdk8

Maven & Gradle

Jun 19, 2016
3 stars

BluC Client JaxWs JDK 8 · Classes shared by several other projects

<dependency>
    <groupId>al.bluecryst</groupId>
    <artifactId>bluecrystal.client.jaxws.jdk8</artifactId>
    <version>1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of al.bluecryst : bluecrystal.client.jaxws.jdk8 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.0

All Versions

Choose a version of al.bluecryst : bluecrystal.client.jaxws.jdk8 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
bluecrystal.client.jaxws.jdk8-1.5.0

How to add a dependency to Maven

Add the following al.bluecryst : bluecrystal.client.jaxws.jdk8 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>al.bluecryst</groupId>
    <artifactId>bluecrystal.client.jaxws.jdk8</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following al.bluecryst : bluecrystal.client.jaxws.jdk8 gradle dependency to your build.gradle file:

implementation 'al.bluecryst:bluecrystal.client.jaxws.jdk8:1.5.0'

Gradle Kotlin DSL: Add the following al.bluecryst : bluecrystal.client.jaxws.jdk8 gradle kotlin dependency to your build.gradle.kts file:

implementation("al.bluecryst:bluecrystal.client.jaxws.jdk8:1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following al.bluecryst : bluecrystal.client.jaxws.jdk8 sbt scala dependency to your build.sbt file:

libraryDependencies += "al.bluecryst" % "bluecrystal.client.jaxws.jdk8" % "1.5.0"

Advertisement