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