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