GroupId | GroupIdio.agrest |
---|---|
ArtifactId | ArtifactIdagrest-base |
Version | Version3.8 |
Type | Typejar |
Filename | Size |
---|---|
agrest-base-3.8.pom | |
agrest-base-3.8.jar | 48 KB |
agrest-base-3.8-sources.jar | 25 KB |
agrest-base-3.8-javadoc.jar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.agrest/agrest-base/ -->
<dependency>
<groupId>io.agrest</groupId>
<artifactId>agrest-base</artifactId>
<version>3.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.agrest/agrest-base/
implementation 'io.agrest:agrest-base:3.8'
// https://jarcasting.com/artifacts/io.agrest/agrest-base/
implementation ("io.agrest:agrest-base:3.8")
'io.agrest:agrest-base:jar:3.8'
<dependency org="io.agrest" name="agrest-base" rev="3.8">
<artifact name="agrest-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.agrest', module='agrest-base', version='3.8')
)
libraryDependencies += "io.agrest" % "agrest-base" % "3.8"
[io.agrest/agrest-base "3.8"]