is not current version
Last Version 2016.02.07

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


Categories

Categories

Java Languages
GroupId

GroupId

com.github.sebhoss.bom
ArtifactId

ArtifactId

java-bom
Version

Version

2015.11.01
Type

Type

pom

Download java-bom 2015.11.01

Filename Size
java-bom-2015.11.01.pom 3 KB
Browse

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