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