Categories |
CategoriesWildFly Container Application Servers Net Liquibase Data Databases |
---|---|
GroupId | GroupIdcom.github.jamesnetherton |
ArtifactId | ArtifactIdwildfly-liquibase |
Version | Version2.1.0 |
Type | Typepom |
Filename | Size |
---|---|
wildfly-liquibase-2.1.0.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jamesnetherton/wildfly-liquibase/ -->
<dependency>
<groupId>com.github.jamesnetherton</groupId>
<artifactId>wildfly-liquibase</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jamesnetherton/wildfly-liquibase/
implementation 'com.github.jamesnetherton:wildfly-liquibase:2.1.0'
// https://jarcasting.com/artifacts/com.github.jamesnetherton/wildfly-liquibase/
implementation ("com.github.jamesnetherton:wildfly-liquibase:2.1.0")
'com.github.jamesnetherton:wildfly-liquibase:pom:2.1.0'
<dependency org="com.github.jamesnetherton" name="wildfly-liquibase" rev="2.1.0">
<artifact name="wildfly-liquibase" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jamesnetherton', module='wildfly-liquibase', version='2.1.0')
)
libraryDependencies += "com.github.jamesnetherton" % "wildfly-liquibase" % "2.1.0"
[com.github.jamesnetherton/wildfly-liquibase "2.1.0"]