License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.sebhoss.bom |
ArtifactId | ArtifactIdmaven-bom |
Last Version | Last Version2016.02.07 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBill of material for all Maven-based projects
|
Project Organization |
Project Organizationsebhoss |
Filename | Size |
---|---|
maven-bom-2016.02.07.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss.bom/maven-bom/ -->
<dependency>
<groupId>com.github.sebhoss.bom</groupId>
<artifactId>maven-bom</artifactId>
<version>2016.02.07</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/maven-bom/
implementation 'com.github.sebhoss.bom:maven-bom:2016.02.07'
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/maven-bom/
implementation ("com.github.sebhoss.bom:maven-bom:2016.02.07")
'com.github.sebhoss.bom:maven-bom:pom:2016.02.07'
<dependency org="com.github.sebhoss.bom" name="maven-bom" rev="2016.02.07">
<artifact name="maven-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.bom', module='maven-bom', version='2016.02.07')
)
libraryDependencies += "com.github.sebhoss.bom" % "maven-bom" % "2016.02.07"
[com.github.sebhoss.bom/maven-bom "2016.02.07"]