| Categories |
CategoriesFlyway Data Databases |
|---|---|
| GroupId | GroupIdws.ament.hammock |
| ArtifactId | ArtifactIdutil-flyway |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| util-flyway-2.0.pom | |
| util-flyway-2.0.jar | 5 KB |
| util-flyway-2.0-sources.jar | 3 KB |
| util-flyway-2.0-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ws.ament.hammock/util-flyway/ -->
<dependency>
<groupId>ws.ament.hammock</groupId>
<artifactId>util-flyway</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/ws.ament.hammock/util-flyway/
implementation 'ws.ament.hammock:util-flyway:2.0'
// https://jarcasting.com/artifacts/ws.ament.hammock/util-flyway/
implementation ("ws.ament.hammock:util-flyway:2.0")
'ws.ament.hammock:util-flyway:jar:2.0'
<dependency org="ws.ament.hammock" name="util-flyway" rev="2.0">
<artifact name="util-flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='ws.ament.hammock', module='util-flyway', version='2.0')
)
libraryDependencies += "ws.ament.hammock" % "util-flyway" % "2.0"
[ws.ament.hammock/util-flyway "2.0"]