License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.github.yashchenkon |
ArtifactId | ArtifactIdjava-migration-tool-parent |
Version | Version0.0.8 |
Type | Typepom |
Description |
DescriptionJava Migration Tool Parent
This is a multi module project that contains a library to assist with
managing migrations as well as the integration for
the Spring Boot Framework.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-migration-tool-parent-0.0.8.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yashchenkon/java-migration-tool-parent/ -->
<dependency>
<groupId>io.github.yashchenkon</groupId>
<artifactId>java-migration-tool-parent</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yashchenkon/java-migration-tool-parent/
implementation 'io.github.yashchenkon:java-migration-tool-parent:0.0.8'
// https://jarcasting.com/artifacts/io.github.yashchenkon/java-migration-tool-parent/
implementation ("io.github.yashchenkon:java-migration-tool-parent:0.0.8")
'io.github.yashchenkon:java-migration-tool-parent:pom:0.0.8'
<dependency org="io.github.yashchenkon" name="java-migration-tool-parent" rev="0.0.8">
<artifact name="java-migration-tool-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.yashchenkon', module='java-migration-tool-parent', version='0.0.8')
)
libraryDependencies += "io.github.yashchenkon" % "java-migration-tool-parent" % "0.0.8"
[io.github.yashchenkon/java-migration-tool-parent "0.0.8"]