gradle-migrations-plugin

Gradle plugin to integrate mybatis migrations

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.marceloemanoel
ArtifactId

ArtifactId

gradle-migrations
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

gradle-migrations-plugin
Gradle plugin to integrate mybatis migrations
Project URL

Project URL

https://github.com/marceloemanoel/gradle-migrations-plugin

Download gradle-migrations

How to add to project

<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.0.6

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.1
0.2