License |
License |
---|---|
Categories |
CategoriesLiquibase Data Databases |
GroupId | GroupIdcom.ticketfly |
ArtifactId | ArtifactIdplay-liquibase_2.10 |
Version | Version1.6 |
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.10-1.6.pom | |
play-liquibase_2.10-1.6.jar | 31 KB |
play-liquibase_2.10-1.6-sources.jar | 2 KB |
play-liquibase_2.10-1.6-javadoc.jar | 348 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ticketfly/play-liquibase_2.10/ -->
<dependency>
<groupId>com.ticketfly</groupId>
<artifactId>play-liquibase_2.10</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.ticketfly/play-liquibase_2.10/
implementation 'com.ticketfly:play-liquibase_2.10:1.6'
// https://jarcasting.com/artifacts/com.ticketfly/play-liquibase_2.10/
implementation ("com.ticketfly:play-liquibase_2.10:1.6")
'com.ticketfly:play-liquibase_2.10:jar:1.6'
<dependency org="com.ticketfly" name="play-liquibase_2.10" rev="1.6">
<artifact name="play-liquibase_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ticketfly', module='play-liquibase_2.10', version='1.6')
)
libraryDependencies += "com.ticketfly" % "play-liquibase_2.10" % "1.6"
[com.ticketfly/play-liquibase_2.10 "1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.10.7 |
org.liquibase : liquibase-core | jar | 3.6.2 |
com.mattbertolini : liquibase-slf4j | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
com.typesafe.play : play_2.10 | jar | 2.4.6 |
javax.inject : javax.inject | jar | 1 |