Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdnz.co.gregs |
ArtifactId | ArtifactIddbvolution-eclipse |
Version | Version3.8.3.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nz.co.gregs/dbvolution-eclipse/ -->
<dependency>
<groupId>nz.co.gregs</groupId>
<artifactId>dbvolution-eclipse</artifactId>
<version>3.8.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/nz.co.gregs/dbvolution-eclipse/
implementation 'nz.co.gregs:dbvolution-eclipse:3.8.3.2'
// https://jarcasting.com/artifacts/nz.co.gregs/dbvolution-eclipse/
implementation ("nz.co.gregs:dbvolution-eclipse:3.8.3.2")
'nz.co.gregs:dbvolution-eclipse:jar:3.8.3.2'
<dependency org="nz.co.gregs" name="dbvolution-eclipse" rev="3.8.3.2">
<artifact name="dbvolution-eclipse" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.co.gregs', module='dbvolution-eclipse', version='3.8.3.2')
)
libraryDependencies += "nz.co.gregs" % "dbvolution-eclipse" % "3.8.3.2"
[nz.co.gregs/dbvolution-eclipse "3.8.3.2"]