GroupId | GroupIdnz.co.gregs |
---|---|
ArtifactId | ArtifactIddbvolution |
Version | Version0.7.16 |
Type | Typejar |
Filename | Size |
---|---|
dbvolution-0.7.16.pom | |
dbvolution-0.7.16.jar | 87 KB |
dbvolution-0.7.16-sources.jar | 62 KB |
dbvolution-0.7.16-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/nz.co.gregs/dbvolution/ -->
<dependency>
<groupId>nz.co.gregs</groupId>
<artifactId>dbvolution</artifactId>
<version>0.7.16</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.gregs/dbvolution/
implementation 'nz.co.gregs:dbvolution:0.7.16'
// https://jarcasting.com/artifacts/nz.co.gregs/dbvolution/
implementation ("nz.co.gregs:dbvolution:0.7.16")
'nz.co.gregs:dbvolution:jar:0.7.16'
<dependency org="nz.co.gregs" name="dbvolution" rev="0.7.16">
<artifact name="dbvolution" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.gregs', module='dbvolution', version='0.7.16')
)
libraryDependencies += "nz.co.gregs" % "dbvolution" % "0.7.16"
[nz.co.gregs/dbvolution "0.7.16"]