GroupId | GroupIdcom.github.drtrang |
---|---|
ArtifactId | ArtifactIdbom |
Version | Version1.3.1 |
Type | Typepom |
Filename | Size |
---|---|
bom-1.3.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.drtrang/bom/ -->
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>bom</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.drtrang/bom/
implementation 'com.github.drtrang:bom:1.3.1'
// https://jarcasting.com/artifacts/com.github.drtrang/bom/
implementation ("com.github.drtrang:bom:1.3.1")
'com.github.drtrang:bom:pom:1.3.1'
<dependency org="com.github.drtrang" name="bom" rev="1.3.1">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.drtrang', module='bom', version='1.3.1')
)
libraryDependencies += "com.github.drtrang" % "bom" % "1.3.1"
[com.github.drtrang/bom "1.3.1"]