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