License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.github.marceloemanoel |
ArtifactId | ArtifactIdgradle-migrations |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-migrations-plugin
Gradle plugin to integrate mybatis migrations
|
Project URL |
Project URL |
Filename | Size |
---|---|
gradle-migrations-0.2.1.pom | |
gradle-migrations-0.2.1.jar | 53 KB |
gradle-migrations-0.2.1-sources.jar | 7 KB |
gradle-migrations-0.2.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marceloemanoel/gradle-migrations/ -->
<dependency>
<groupId>com.github.marceloemanoel</groupId>
<artifactId>gradle-migrations</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marceloemanoel/gradle-migrations/
implementation 'com.github.marceloemanoel:gradle-migrations:0.2.1'
// https://jarcasting.com/artifacts/com.github.marceloemanoel/gradle-migrations/
implementation ("com.github.marceloemanoel:gradle-migrations:0.2.1")
'com.github.marceloemanoel:gradle-migrations:jar:0.2.1'
<dependency org="com.github.marceloemanoel" name="gradle-migrations" rev="0.2.1">
<artifact name="gradle-migrations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marceloemanoel', module='gradle-migrations', version='0.2.1')
)
libraryDependencies += "com.github.marceloemanoel" % "gradle-migrations" % "0.2.1"
[com.github.marceloemanoel/gradle-migrations "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.0.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |