GroupId | GroupIddev.schlaubi |
---|---|
ArtifactId | ArtifactIdstdx-bom |
Version | Version1.0.1 |
Type | Typepom |
Filename | Size |
---|---|
stdx-bom-1.0.1.pom | |
stdx-bom-1.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/dev.schlaubi/stdx-bom/ -->
<dependency>
<groupId>dev.schlaubi</groupId>
<artifactId>stdx-bom</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.schlaubi/stdx-bom/
implementation 'dev.schlaubi:stdx-bom:1.0.1'
// https://jarcasting.com/artifacts/dev.schlaubi/stdx-bom/
implementation ("dev.schlaubi:stdx-bom:1.0.1")
'dev.schlaubi:stdx-bom:pom:1.0.1'
<dependency org="dev.schlaubi" name="stdx-bom" rev="1.0.1">
<artifact name="stdx-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.schlaubi', module='stdx-bom', version='1.0.1')
)
libraryDependencies += "dev.schlaubi" % "stdx-bom" % "1.0.1"
[dev.schlaubi/stdx-bom "1.0.1"]