| GroupId | GroupIdorg.jeesl.bom |
|---|---|
| ArtifactId | ArtifactIdbom-core |
| Version | Version0.2.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| bom-core-0.2.8.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jeesl.bom/bom-core/ -->
<dependency>
<groupId>org.jeesl.bom</groupId>
<artifactId>bom-core</artifactId>
<version>0.2.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jeesl.bom/bom-core/
implementation 'org.jeesl.bom:bom-core:0.2.8'
// https://jarcasting.com/artifacts/org.jeesl.bom/bom-core/
implementation ("org.jeesl.bom:bom-core:0.2.8")
'org.jeesl.bom:bom-core:pom:0.2.8'
<dependency org="org.jeesl.bom" name="bom-core" rev="0.2.8">
<artifact name="bom-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jeesl.bom', module='bom-core', version='0.2.8')
)
libraryDependencies += "org.jeesl.bom" % "bom-core" % "0.2.8"
[org.jeesl.bom/bom-core "0.2.8"]