Categories |
CategoriesNet Flyway Data Databases |
---|---|
GroupId | GroupIdnet.unit8.enkan |
ArtifactId | ArtifactIdenkan-component-flyway |
Version | Version0.9.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.unit8.enkan/enkan-component-flyway/ -->
<dependency>
<groupId>net.unit8.enkan</groupId>
<artifactId>enkan-component-flyway</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.unit8.enkan/enkan-component-flyway/
implementation 'net.unit8.enkan:enkan-component-flyway:0.9.0'
// https://jarcasting.com/artifacts/net.unit8.enkan/enkan-component-flyway/
implementation ("net.unit8.enkan:enkan-component-flyway:0.9.0")
'net.unit8.enkan:enkan-component-flyway:jar:0.9.0'
<dependency org="net.unit8.enkan" name="enkan-component-flyway" rev="0.9.0">
<artifact name="enkan-component-flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.unit8.enkan', module='enkan-component-flyway', version='0.9.0')
)
libraryDependencies += "net.unit8.enkan" % "enkan-component-flyway" % "0.9.0"
[net.unit8.enkan/enkan-component-flyway "0.9.0"]