is not current version
Last Version 22.1.0

com.github.shepherdviolet:thistle-common 12.0

Comprehensive Java common library (Java7+)

GroupId

GroupId

com.github.shepherdviolet
ArtifactId

ArtifactId

thistle-common
Version

Version

12.0
Type

Type

jar

Download thistle-common 12.0


<!-- https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle-common/ -->
<dependency>
    <groupId>com.github.shepherdviolet</groupId>
    <artifactId>thistle-common</artifactId>
    <version>12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle-common/
implementation 'com.github.shepherdviolet:thistle-common:12.0'
// https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle-common/
implementation ("com.github.shepherdviolet:thistle-common:12.0")
'com.github.shepherdviolet:thistle-common:jar:12.0'
<dependency org="com.github.shepherdviolet" name="thistle-common" rev="12.0">
  <artifact name="thistle-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shepherdviolet', module='thistle-common', version='12.0')
)
libraryDependencies += "com.github.shepherdviolet" % "thistle-common" % "12.0"
[com.github.shepherdviolet/thistle-common "12.0"]