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