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