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