| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesLiquibase Data Databases Bootique User Interface Web Frameworks | 
        
| GroupId | GroupIdcom.nhl.bootique.liquibase | 
    
| ArtifactId | ArtifactIdbootique-liquibase | 
    
| Last Version | Last Version0.8 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionLiquibase Integration with Bootique 
            Provides Liquibase integration with Bootique. 
         | 
    
| Project Organization | 
                    Project OrganizationNational Hockey League | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| bootique-liquibase-0.8.pom | |
| bootique-liquibase-0.8.jar | 10 KB | 
| bootique-liquibase-0.8-sources.jar | 4 KB | 
| bootique-liquibase-0.8-javadoc.jar | 55 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.liquibase/bootique-liquibase/ -->
<dependency>
    <groupId>com.nhl.bootique.liquibase</groupId>
    <artifactId>bootique-liquibase</artifactId>
    <version>0.8</version>
</dependency>
                // https://jarcasting.com/artifacts/com.nhl.bootique.liquibase/bootique-liquibase/
implementation 'com.nhl.bootique.liquibase:bootique-liquibase:0.8'
                // https://jarcasting.com/artifacts/com.nhl.bootique.liquibase/bootique-liquibase/
implementation ("com.nhl.bootique.liquibase:bootique-liquibase:0.8")
                'com.nhl.bootique.liquibase:bootique-liquibase:jar:0.8'
                <dependency org="com.nhl.bootique.liquibase" name="bootique-liquibase" rev="0.8">
  <artifact name="bootique-liquibase" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.nhl.bootique.liquibase', module='bootique-liquibase', version='0.8')
)
                libraryDependencies += "com.nhl.bootique.liquibase" % "bootique-liquibase" % "0.8"
                [com.nhl.bootique.liquibase/bootique-liquibase "0.8"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.liquibase : liquibase-core | jar | 3.4.2 | 
| com.nhl.bootique : bootique | jar | 0.12 | 
| com.nhl.bootique.jdbc : bootique-jdbc | jar | 0.9 | 
| org.slf4j : slf4j-api | jar | 1.7.13 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-core | jar | 2.0.31-beta |