Categories |
CategoriesFlyway Data Databases |
---|---|
GroupId | GroupIdde.adorsys.sts |
ArtifactId | ArtifactIdsts-persistence-jpa-flyway |
Version | Version0.19.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.adorsys.sts/sts-persistence-jpa-flyway/ -->
<dependency>
<groupId>de.adorsys.sts</groupId>
<artifactId>sts-persistence-jpa-flyway</artifactId>
<version>0.19.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.adorsys.sts/sts-persistence-jpa-flyway/
implementation 'de.adorsys.sts:sts-persistence-jpa-flyway:0.19.0'
// https://jarcasting.com/artifacts/de.adorsys.sts/sts-persistence-jpa-flyway/
implementation ("de.adorsys.sts:sts-persistence-jpa-flyway:0.19.0")
'de.adorsys.sts:sts-persistence-jpa-flyway:jar:0.19.0'
<dependency org="de.adorsys.sts" name="sts-persistence-jpa-flyway" rev="0.19.0">
<artifact name="sts-persistence-jpa-flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.adorsys.sts', module='sts-persistence-jpa-flyway', version='0.19.0')
)
libraryDependencies += "de.adorsys.sts" % "sts-persistence-jpa-flyway" % "0.19.0"
[de.adorsys.sts/sts-persistence-jpa-flyway "0.19.0"]