GroupId | GroupIdorg.restnext |
---|---|
ArtifactId | ArtifactIdrestnext-bom |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
restnext-bom-0.1.1.pom | |
restnext-bom-0.1.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restnext/restnext-bom/ -->
<dependency>
<groupId>org.restnext</groupId>
<artifactId>restnext-bom</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.restnext/restnext-bom/
implementation 'org.restnext:restnext-bom:0.1.1'
// https://jarcasting.com/artifacts/org.restnext/restnext-bom/
implementation ("org.restnext:restnext-bom:0.1.1")
'org.restnext:restnext-bom:jar:0.1.1'
<dependency org="org.restnext" name="restnext-bom" rev="0.1.1">
<artifact name="restnext-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restnext', module='restnext-bom', version='0.1.1')
)
libraryDependencies += "org.restnext" % "restnext-bom" % "0.1.1"
[org.restnext/restnext-bom "0.1.1"]