GroupId | GroupIdcom.github.shepherdviolet |
---|---|
ArtifactId | ArtifactIdthistle-bom |
Version | Version21.0.0 |
Type | Typepom |
Filename | Size |
---|---|
thistle-bom-21.0.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle-bom/ -->
<dependency>
<groupId>com.github.shepherdviolet</groupId>
<artifactId>thistle-bom</artifactId>
<version>21.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle-bom/
implementation 'com.github.shepherdviolet:thistle-bom:21.0.0'
// https://jarcasting.com/artifacts/com.github.shepherdviolet/thistle-bom/
implementation ("com.github.shepherdviolet:thistle-bom:21.0.0")
'com.github.shepherdviolet:thistle-bom:pom:21.0.0'
<dependency org="com.github.shepherdviolet" name="thistle-bom" rev="21.0.0">
<artifact name="thistle-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shepherdviolet', module='thistle-bom', version='21.0.0')
)
libraryDependencies += "com.github.shepherdviolet" % "thistle-bom" % "21.0.0"
[com.github.shepherdviolet/thistle-bom "21.0.0"]