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