| License |
License |
|---|---|
| GroupId | GroupIdio.agrest |
| ArtifactId | ArtifactIdagrest-bom |
| Last Version | Last Version5.0.M2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionagrest-bom: Bill of Materials w/all public modules
Bill of Materials (BOM) for Agrest modules that allows the end users to capture the version of multiple Agrest
modules at once.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| agrest-bom-5.0.M2.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.agrest/agrest-bom/ -->
<dependency>
<groupId>io.agrest</groupId>
<artifactId>agrest-bom</artifactId>
<version>5.0.M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.agrest/agrest-bom/
implementation 'io.agrest:agrest-bom:5.0.M2'
// https://jarcasting.com/artifacts/io.agrest/agrest-bom/
implementation ("io.agrest:agrest-bom:5.0.M2")
'io.agrest:agrest-bom:pom:5.0.M2'
<dependency org="io.agrest" name="agrest-bom" rev="5.0.M2">
<artifact name="agrest-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.agrest', module='agrest-bom', version='5.0.M2')
)
libraryDependencies += "io.agrest" % "agrest-bom" % "5.0.M2"
[io.agrest/agrest-bom "5.0.M2"]