is not current version
Last Version 2016.02.07

com.github.sebhoss.bom:java-bom 3.0.1


Categories

Categories

Java Languages
GroupId

GroupId

com.github.sebhoss.bom
ArtifactId

ArtifactId

java-bom
Version

Version

3.0.1
Type

Type

pom

Download java-bom 3.0.1

Filename Size
java-bom-3.0.1.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.sebhoss.bom/java-bom/ -->
<dependency>
    <groupId>com.github.sebhoss.bom</groupId>
    <artifactId>java-bom</artifactId>
    <version>3.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/java-bom/
implementation 'com.github.sebhoss.bom:java-bom:3.0.1'
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/java-bom/
implementation ("com.github.sebhoss.bom:java-bom:3.0.1")
'com.github.sebhoss.bom:java-bom:pom:3.0.1'
<dependency org="com.github.sebhoss.bom" name="java-bom" rev="3.0.1">
  <artifact name="java-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.bom', module='java-bom', version='3.0.1')
)
libraryDependencies += "com.github.sebhoss.bom" % "java-bom" % "3.0.1"
[com.github.sebhoss.bom/java-bom "3.0.1"]