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