MVN

com.github.shepherdviolet : thistle

Maven & Gradle

Oct 30, 2018
1 usages
7 stars

thistle · Java SE library for private use

<dependency>
    <groupId>com.github.shepherdviolet</groupId>
    <artifactId>thistle</artifactId>
    <version>11.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shepherdviolet : thistle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.4

All Versions

Choose a version of com.github.shepherdviolet : thistle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.4
thistle-11.4
11.3
thistle-11.3
11.2
thistle-11.2
11.1
thistle-11.1
11.0
thistle-11.0
10.1
thistle-10.1
10.0
thistle-10.0
9.10
thistle-9.10
9.9
thistle-9.9
9.8
thistle-9.8
9.7
thistle-9.7
9.6
thistle-9.6
9.5
thistle-9.5
9.4
thistle-9.4
9.3
thistle-9.3
9.2
thistle-9.2
9.1
thistle-9.1
9.0
thistle-9.0
8.0
thistle-8.0
7.4
thistle-7.4
7.1
thistle-7.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.shepherdviolet</groupId>
    <artifactId>thistle</artifactId>
    <version>11.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.shepherdviolet : thistle gradle dependency to your build.gradle file:

implementation 'com.github.shepherdviolet:thistle:11.4'

Gradle Kotlin DSL: Add the following com.github.shepherdviolet : thistle gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.shepherdviolet:thistle:11.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.shepherdviolet : thistle sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.shepherdviolet" % "thistle" % "11.4"