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