GroupId | GroupIdio.esastack |
---|---|
ArtifactId | ArtifactIdrestlight-bom |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
restlight-bom-0.0.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/restlight-bom/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>restlight-bom</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/restlight-bom/
implementation 'io.esastack:restlight-bom:0.0.1'
// https://jarcasting.com/artifacts/io.esastack/restlight-bom/
implementation ("io.esastack:restlight-bom:0.0.1")
'io.esastack:restlight-bom:pom:0.0.1'
<dependency org="io.esastack" name="restlight-bom" rev="0.0.1">
<artifact name="restlight-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='restlight-bom', version='0.0.1')
)
libraryDependencies += "io.esastack" % "restlight-bom" % "0.0.1"
[io.esastack/restlight-bom "0.0.1"]