MVN

com.zerocracy : jstk

Maven & Gradle

Dec 26, 2017

jstk · Java Stakeholder API

<dependency>
    <groupId>com.zerocracy</groupId>
    <artifactId>jstk</artifactId>
    <version>0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zerocracy : jstk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.21

All Versions

Choose a version of com.zerocracy : jstk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.21
jstk-0.21
0.20
jstk-0.20
0.19
jstk-0.19
0.18.x
jstk-0.18.1
0.18
jstk-0.18
0.17
jstk-0.17
0.16
jstk-0.16
0.15
jstk-0.15
0.14.x
jstk-0.14.9
jstk-0.14.8
jstk-0.14.7
jstk-0.14.6
jstk-0.14.5
jstk-0.14.4
jstk-0.14.3
jstk-0.14.2
jstk-0.14.1
0.14
jstk-0.14
0.13
jstk-0.13
0.12
jstk-0.12
0.11.x
jstk-0.11.2
jstk-0.11.1
0.11
jstk-0.11
0.10
jstk-0.10
0.9
jstk-0.9
0.8
jstk-0.8
0.7
jstk-0.7
0.6
jstk-0.6
0.5
jstk-0.5
0.4
jstk-0.4
0.3
jstk-0.3
0.2
jstk-0.2
0.1
jstk-0.1

How to add a dependency to Maven

Add the following com.zerocracy : jstk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zerocracy</groupId>
    <artifactId>jstk</artifactId>
    <version>0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zerocracy : jstk gradle dependency to your build.gradle file:

implementation 'com.zerocracy:jstk:0.21'

Gradle Kotlin DSL: Add the following com.zerocracy : jstk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zerocracy:jstk:0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zerocracy : jstk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zerocracy" % "jstk" % "0.21"

Advertisement