License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.croz.nrich |
ArtifactId | ArtifactIdnrich-bom |
Version | Version1.2.1 |
Type | Typepom |
Description |
Descriptionnrich-bom
Java library whose purpose is to make development of applications on JVM a little easier
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nrich-bom-1.2.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/net.croz.nrich/nrich-bom/ -->
<dependency>
<groupId>net.croz.nrich</groupId>
<artifactId>nrich-bom</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.croz.nrich/nrich-bom/
implementation 'net.croz.nrich:nrich-bom:1.2.1'
// https://jarcasting.com/artifacts/net.croz.nrich/nrich-bom/
implementation ("net.croz.nrich:nrich-bom:1.2.1")
'net.croz.nrich:nrich-bom:pom:1.2.1'
<dependency org="net.croz.nrich" name="nrich-bom" rev="1.2.1">
<artifact name="nrich-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.croz.nrich', module='nrich-bom', version='1.2.1')
)
libraryDependencies += "net.croz.nrich" % "nrich-bom" % "1.2.1"
[net.croz.nrich/nrich-bom "1.2.1"]