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