is not current version
Last Version 0.2.1

com.github.marceloemanoel:gradle-migrations 0.2

Gradle plugin to integrate mybatis migrations

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.marceloemanoel
ArtifactId

ArtifactId

gradle-migrations
Version

Version

0.2
Type

Type

jar

Download gradle-migrations 0.2


<!-- https://jarcasting.com/artifacts/com.github.marceloemanoel/gradle-migrations/ -->
<dependency>
    <groupId>com.github.marceloemanoel</groupId>
    <artifactId>gradle-migrations</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marceloemanoel/gradle-migrations/
implementation 'com.github.marceloemanoel:gradle-migrations:0.2'
// https://jarcasting.com/artifacts/com.github.marceloemanoel/gradle-migrations/
implementation ("com.github.marceloemanoel:gradle-migrations:0.2")
'com.github.marceloemanoel:gradle-migrations:jar:0.2'
<dependency org="com.github.marceloemanoel" name="gradle-migrations" rev="0.2">
  <artifact name="gradle-migrations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marceloemanoel', module='gradle-migrations', version='0.2')
)
libraryDependencies += "com.github.marceloemanoel" % "gradle-migrations" % "0.2"
[com.github.marceloemanoel/gradle-migrations "0.2"]