GroupId | GroupIdorg.sdase.commons |
---|---|
ArtifactId | ArtifactIdsda-commons-bom |
Version | Version2.42.19 |
Type | Typepom |
Filename | Size |
---|---|
sda-commons-bom-2.42.19.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-bom/ -->
<dependency>
<groupId>org.sdase.commons</groupId>
<artifactId>sda-commons-bom</artifactId>
<version>2.42.19</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-bom/
implementation 'org.sdase.commons:sda-commons-bom:2.42.19'
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-bom/
implementation ("org.sdase.commons:sda-commons-bom:2.42.19")
'org.sdase.commons:sda-commons-bom:pom:2.42.19'
<dependency org="org.sdase.commons" name="sda-commons-bom" rev="2.42.19">
<artifact name="sda-commons-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sdase.commons', module='sda-commons-bom', version='2.42.19')
)
libraryDependencies += "org.sdase.commons" % "sda-commons-bom" % "2.42.19"
[org.sdase.commons/sda-commons-bom "2.42.19"]