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