| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGradle Компиляция и сборка |
| Группа | Группаcom.github.marceloemanoel |
| Идентификатор | Идентификаторgradle-migrations |
| Последняя версия | Последняя версия0.2.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеgradle-migrations-plugin
Gradle plugin to integrate mybatis migrations
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mybatis : mybatis | jar | 3.0.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |