License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdcom.mikebull94.svg-stockpile |
ArtifactId | ArtifactIdgradle-plugin |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-plugin
Gradle Plugin that interacts with the svg-stockpile API.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-plugin-1.0.0.pom | |
gradle-plugin-1.0.0.jar | 4 KB |
gradle-plugin-1.0.0-sources.jar | 3 KB |
gradle-plugin-1.0.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mikebull94.svg-stockpile/gradle-plugin/ -->
<dependency>
<groupId>com.mikebull94.svg-stockpile</groupId>
<artifactId>gradle-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mikebull94.svg-stockpile/gradle-plugin/
implementation 'com.mikebull94.svg-stockpile:gradle-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.mikebull94.svg-stockpile/gradle-plugin/
implementation ("com.mikebull94.svg-stockpile:gradle-plugin:1.0.0")
'com.mikebull94.svg-stockpile:gradle-plugin:jar:1.0.0'
<dependency org="com.mikebull94.svg-stockpile" name="gradle-plugin" rev="1.0.0">
<artifact name="gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mikebull94.svg-stockpile', module='gradle-plugin', version='1.0.0')
)
libraryDependencies += "com.mikebull94.svg-stockpile" % "gradle-plugin" % "1.0.0"
[com.mikebull94.svg-stockpile/gradle-plugin "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 19.0 |
org.slf4j : slf4j-api | jar | 1.7.19 |
com.mikebull94.svg-stockpile : api | jar | 1.0.0 |
org.slf4j : slf4j-jdk14 | jar | 1.7.19 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |