GroupId | GroupIdorg.sdase.commons |
---|---|
ArtifactId | ArtifactIdsda-commons-bom |
Version | Version2.43.4 |
Type | Typepom |
Filename | Size |
---|---|
sda-commons-bom-2.43.4.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.43.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-bom/
implementation 'org.sdase.commons:sda-commons-bom:2.43.4'
// https://jarcasting.com/artifacts/org.sdase.commons/sda-commons-bom/
implementation ("org.sdase.commons:sda-commons-bom:2.43.4")
'org.sdase.commons:sda-commons-bom:pom:2.43.4'
<dependency org="org.sdase.commons" name="sda-commons-bom" rev="2.43.4">
<artifact name="sda-commons-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sdase.commons', module='sda-commons-bom', version='2.43.4')
)
libraryDependencies += "org.sdase.commons" % "sda-commons-bom" % "2.43.4"
[org.sdase.commons/sda-commons-bom "2.43.4"]