License |
License |
---|---|
GroupId | GroupIdcom.github.shepherdviolet |
ArtifactId | ArtifactIdthistle-bom |
Last Version | Last Version22.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionthistle-bom
Comprehensive Java common library (Java7+)
|
Project URL |
Project URL |
Filename | Size |
---|---|
thistle-bom-22.1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle-bom/ -->
<dependency>
<groupId>com.github.shepherdviolet</groupId>
<artifactId>thistle-bom</artifactId>
<version>22.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle-bom/
implementation 'com.github.shepherdviolet:thistle-bom:22.1.0'
// https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle-bom/
implementation ("com.github.shepherdviolet:thistle-bom:22.1.0")
'com.github.shepherdviolet:thistle-bom:pom:22.1.0'
<dependency org="com.github.shepherdviolet" name="thistle-bom" rev="22.1.0">
<artifact name="thistle-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shepherdviolet', module='thistle-bom', version='22.1.0')
)
libraryDependencies += "com.github.shepherdviolet" % "thistle-bom" % "22.1.0"
[com.github.shepherdviolet/thistle-bom "22.1.0"]