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