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