Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.nbbrd.java-service-util |
ArtifactId | ArtifactIdjava-service-bom |
Version | Version1.5.0 |
Type | Typepom |
Filename | Size |
---|---|
java-service-bom-1.5.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nbbrd.java-service-util/java-service-bom/ -->
<dependency>
<groupId>com.github.nbbrd.java-service-util</groupId>
<artifactId>java-service-bom</artifactId>
<version>1.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nbbrd.java-service-util/java-service-bom/
implementation 'com.github.nbbrd.java-service-util:java-service-bom:1.5.0'
// https://jarcasting.com/artifacts/com.github.nbbrd.java-service-util/java-service-bom/
implementation ("com.github.nbbrd.java-service-util:java-service-bom:1.5.0")
'com.github.nbbrd.java-service-util:java-service-bom:pom:1.5.0'
<dependency org="com.github.nbbrd.java-service-util" name="java-service-bom" rev="1.5.0">
<artifact name="java-service-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nbbrd.java-service-util', module='java-service-bom', version='1.5.0')
)
libraryDependencies += "com.github.nbbrd.java-service-util" % "java-service-bom" % "1.5.0"
[com.github.nbbrd.java-service-util/java-service-bom "1.5.0"]