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