GroupId | GroupIdde.viaboxx |
---|---|
ArtifactId | ArtifactIddbmigrate-example |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
dbmigrate-example-2.5.0.pom | |
dbmigrate-example-2.5.0.jar | 6 KB |
dbmigrate-example-2.5.0-sources.jar | 3 KB |
dbmigrate-example-2.5.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.viaboxx/dbmigrate-example/ -->
<dependency>
<groupId>de.viaboxx</groupId>
<artifactId>dbmigrate-example</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.viaboxx/dbmigrate-example/
implementation 'de.viaboxx:dbmigrate-example:2.5.0'
// https://jarcasting.com/artifacts/de.viaboxx/dbmigrate-example/
implementation ("de.viaboxx:dbmigrate-example:2.5.0")
'de.viaboxx:dbmigrate-example:jar:2.5.0'
<dependency org="de.viaboxx" name="dbmigrate-example" rev="2.5.0">
<artifact name="dbmigrate-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.viaboxx', module='dbmigrate-example', version='2.5.0')
)
libraryDependencies += "de.viaboxx" % "dbmigrate-example" % "2.5.0"
[de.viaboxx/dbmigrate-example "2.5.0"]