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