is not current version
Last Version 22.1.0

com.github.shepherdviolet:thistle-common 12.3

Comprehensive Java common library (Java7+)

GroupId

GroupId

com.github.shepherdviolet
ArtifactId

ArtifactId

thistle-common
Version

Version

12.3
Type

Type

jar

Download thistle-common 12.3


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