License |
License |
---|---|
Categories |
CategoriesLiquibase Data Databases |
GroupId | GroupIdcom.ticketfly |
ArtifactId | ArtifactIdplay-liquibase_2.12 |
Version | Version2.2 |
Type | Typejar |
Description |
Descriptionplay-liquibase
Play Framework module for performing Liquibase schema migrations on application startup
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
play-liquibase_2.12-2.2.pom | |
play-liquibase_2.12-2.2.jar | 15 KB |
play-liquibase_2.12-2.2-sources.jar | 3 KB |
play-liquibase_2.12-2.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ticketfly/play-liquibase_2.12/ -->
<dependency>
<groupId>com.ticketfly</groupId>
<artifactId>play-liquibase_2.12</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.ticketfly/play-liquibase_2.12/
implementation 'com.ticketfly:play-liquibase_2.12:2.2'
// https://jarcasting.com/artifacts/com.ticketfly/play-liquibase_2.12/
implementation ("com.ticketfly:play-liquibase_2.12:2.2")
'com.ticketfly:play-liquibase_2.12:jar:2.2'
<dependency org="com.ticketfly" name="play-liquibase_2.12" rev="2.2">
<artifact name="play-liquibase_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ticketfly', module='play-liquibase_2.12', version='2.2')
)
libraryDependencies += "com.ticketfly" % "play-liquibase_2.12" % "2.2"
[com.ticketfly/play-liquibase_2.12 "2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.10 |
org.liquibase : liquibase-core | jar | 3.6.2 |
com.mattbertolini : liquibase-slf4j | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.play : play-jdbc_2.12 | jar | 2.6.5 |
com.typesafe.play : play_2.12 | jar | 2.6.5 |
javax.inject : javax.inject | jar | 1 |