GroupId | GroupIdcom.github.shepherdviolet |
---|---|
ArtifactId | ArtifactIdthistle |
Version | Version7.1 |
Type | Typejar |
Filename | Size |
---|---|
thistle-7.1.pom | |
thistle-7.1.jar | 149 KB |
thistle-7.1-sources.jar | 119 KB |
thistle-7.1-javadoc.jar | 306 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle/ -->
<dependency>
<groupId>com.github.shepherdviolet</groupId>
<artifactId>thistle</artifactId>
<version>7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle/
implementation 'com.github.shepherdviolet:thistle:7.1'
// https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle/
implementation ("com.github.shepherdviolet:thistle:7.1")
'com.github.shepherdviolet:thistle:jar:7.1'
<dependency org="com.github.shepherdviolet" name="thistle" rev="7.1">
<artifact name="thistle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shepherdviolet', module='thistle', version='7.1')
)
libraryDependencies += "com.github.shepherdviolet" % "thistle" % "7.1"
[com.github.shepherdviolet/thistle "7.1"]