License |
License |
---|---|
GroupId | GroupIdorg.restnext |
ArtifactId | ArtifactIdrestnext-bom |
Version | Version0.3.5 |
Type | Typejar |
Description |
Descriptionrestnext-bom
RestNext Bill of Materials to make sure a consistent set of versions is used for the modules.
|
Project Organization |
Project OrganizationRestNEXT |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
restnext-bom-0.3.5.pom | |
restnext-bom-0.3.5.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restnext/restnext-bom/ -->
<dependency>
<groupId>org.restnext</groupId>
<artifactId>restnext-bom</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.restnext/restnext-bom/
implementation 'org.restnext:restnext-bom:0.3.5'
// https://jarcasting.com/artifacts/org.restnext/restnext-bom/
implementation ("org.restnext:restnext-bom:0.3.5")
'org.restnext:restnext-bom:jar:0.3.5'
<dependency org="org.restnext" name="restnext-bom" rev="0.3.5">
<artifact name="restnext-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restnext', module='restnext-bom', version='0.3.5')
)
libraryDependencies += "org.restnext" % "restnext-bom" % "0.3.5"
[org.restnext/restnext-bom "0.3.5"]