is not current version
Last Version 5.0.M2

io.agrest:agrest-bom 3.0

Bill of Materials (BOM) for AgREST modules that allows the end users to capture the version of multiple AgREST modules at once.

GroupId

GroupId

io.agrest
ArtifactId

ArtifactId

agrest-bom
Version

Version

3.0
Type

Type

pom

Download agrest-bom 3.0

Filename Size
agrest-bom-3.0.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/io.agrest/agrest-bom/ -->
<dependency>
    <groupId>io.agrest</groupId>
    <artifactId>agrest-bom</artifactId>
    <version>3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.agrest/agrest-bom/
implementation 'io.agrest:agrest-bom:3.0'
// https://jarcasting.com/artifacts/io.agrest/agrest-bom/
implementation ("io.agrest:agrest-bom:3.0")
'io.agrest:agrest-bom:pom:3.0'
<dependency org="io.agrest" name="agrest-bom" rev="3.0">
  <artifact name="agrest-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.agrest', module='agrest-bom', version='3.0')
)
libraryDependencies += "io.agrest" % "agrest-bom" % "3.0"
[io.agrest/agrest-bom "3.0"]