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