Categories |
CategoriesGradle Build Tools |
---|---|
GroupId | GroupIdcom.github.marceloemanoel |
ArtifactId | ArtifactIdgradle-migrations |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
gradle-migrations-0.2.pom | |
gradle-migrations-0.2.jar | 53 KB |
gradle-migrations-0.2-sources.jar | 7 KB |
gradle-migrations-0.2-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</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"]