GroupId | GroupIdio.agrest |
---|---|
ArtifactId | ArtifactIdagrest-bom |
Version | Version4.10 |
Type | Typepom |
Filename | Size |
---|---|
agrest-bom-4.10.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.agrest/agrest-bom/ -->
<dependency>
<groupId>io.agrest</groupId>
<artifactId>agrest-bom</artifactId>
<version>4.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.agrest/agrest-bom/
implementation 'io.agrest:agrest-bom:4.10'
// https://jarcasting.com/artifacts/io.agrest/agrest-bom/
implementation ("io.agrest:agrest-bom:4.10")
'io.agrest:agrest-bom:pom:4.10'
<dependency org="io.agrest" name="agrest-bom" rev="4.10">
<artifact name="agrest-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.agrest', module='agrest-bom', version='4.10')
)
libraryDependencies += "io.agrest" % "agrest-bom" % "4.10"
[io.agrest/agrest-bom "4.10"]