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