Categories |
CategoriesLiquibase Data Databases |
---|---|
GroupId | GroupIdcom.github.sabomichal |
ArtifactId | ArtifactIdliquibase-mssql |
Version | Version1.6.3 |
Type | Typejar |
Filename | Size |
---|---|
liquibase-mssql-1.6.3.pom | |
liquibase-mssql-1.6.3.jar | 22 KB |
liquibase-mssql-1.6.3-sources.jar | 13 KB |
liquibase-mssql-1.6.3-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sabomichal/liquibase-mssql/ -->
<dependency>
<groupId>com.github.sabomichal</groupId>
<artifactId>liquibase-mssql</artifactId>
<version>1.6.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sabomichal/liquibase-mssql/
implementation 'com.github.sabomichal:liquibase-mssql:1.6.3'
// https://jarcasting.com/artifacts/com.github.sabomichal/liquibase-mssql/
implementation ("com.github.sabomichal:liquibase-mssql:1.6.3")
'com.github.sabomichal:liquibase-mssql:jar:1.6.3'
<dependency org="com.github.sabomichal" name="liquibase-mssql" rev="1.6.3">
<artifact name="liquibase-mssql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sabomichal', module='liquibase-mssql', version='1.6.3')
)
libraryDependencies += "com.github.sabomichal" % "liquibase-mssql" % "1.6.3"
[com.github.sabomichal/liquibase-mssql "1.6.3"]