is not current version
Last Version 2016.02.07

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


Categories

Categories

Java Languages
GroupId

GroupId

com.github.sebhoss.bom
ArtifactId

ArtifactId

java-bom
Version

Version

2015.11.04
Type

Type

pom

Download java-bom 2015.11.04

Filename Size
java-bom-2015.11.04.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.04</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/java-bom/
implementation 'com.github.sebhoss.bom:java-bom:2015.11.04'
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/java-bom/
implementation ("com.github.sebhoss.bom:java-bom:2015.11.04")
'com.github.sebhoss.bom:java-bom:pom:2015.11.04'
<dependency org="com.github.sebhoss.bom" name="java-bom" rev="2015.11.04">
  <artifact name="java-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.bom', module='java-bom', version='2015.11.04')
)
libraryDependencies += "com.github.sebhoss.bom" % "java-bom" % "2015.11.04"
[com.github.sebhoss.bom/java-bom "2015.11.04"]