MVN

com.github.shepherdviolet : thistle-common

Maven & Gradle

Mar 22, 2022
5 usages
7 stars

thistle-common · Comprehensive Java common library (Java7+)

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

Latest Version

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

  • Latest Stable: 22.1.0

All Versions

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

Version Vulnerabilities Updated
22.1.x
thistle-common-22.1.0
22.0.x
thistle-common-22.0.2
thistle-common-22.0.1
thistle-common-22.0.0
21.2.x
thistle-common-21.2.0
21.1.x
thistle-common-21.1.1
thistle-common-21.1.0
21.0.x
thistle-common-21.0.0
20.1.x
thistle-common-20.1.5
thistle-common-20.1.4
thistle-common-20.1.3
thistle-common-20.1.2
thistle-common-20.1.1
thistle-common-20.1.0
20.0.x
thistle-common-20.0.1
thistle-common-20.0.0
14.9
thistle-common-14.9
14.8
thistle-common-14.8
14.7
thistle-common-14.7
14.6
thistle-common-14.6
14.5
thistle-common-14.5
14.4
thistle-common-14.4
14.3
thistle-common-14.3
14.2
thistle-common-14.2
14.1
thistle-common-14.1
14.0
thistle-common-14.0
12.3
thistle-common-12.3
12.2
thistle-common-12.2
12.1
thistle-common-12.1
12.0
thistle-common-12.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.shepherdviolet</groupId>
    <artifactId>thistle-common</artifactId>
    <version>22.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.shepherdviolet:thistle-common:22.1.0'

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

implementation("com.github.shepherdviolet:thistle-common:22.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.shepherdviolet" % "thistle-common" % "22.1.0"

Advertisement