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