Categories |
CategoriesFlyway Data Databases |
---|---|
GroupId | GroupIdch.inftec.flyway |
ArtifactId | ArtifactIdflyway-extension-core |
Version | Version3.2.1-beta-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.inftec.flyway/flyway-extension-core/ -->
<dependency>
<groupId>ch.inftec.flyway</groupId>
<artifactId>flyway-extension-core</artifactId>
<version>3.2.1-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/ch.inftec.flyway/flyway-extension-core/
implementation 'ch.inftec.flyway:flyway-extension-core:3.2.1-beta-2'
// https://jarcasting.com/artifacts/ch.inftec.flyway/flyway-extension-core/
implementation ("ch.inftec.flyway:flyway-extension-core:3.2.1-beta-2")
'ch.inftec.flyway:flyway-extension-core:jar:3.2.1-beta-2'
<dependency org="ch.inftec.flyway" name="flyway-extension-core" rev="3.2.1-beta-2">
<artifact name="flyway-extension-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.inftec.flyway', module='flyway-extension-core', version='3.2.1-beta-2')
)
libraryDependencies += "ch.inftec.flyway" % "flyway-extension-core" % "3.2.1-beta-2"
[ch.inftec.flyway/flyway-extension-core "3.2.1-beta-2"]