| License |
License |
|---|---|
| Categories |
CategoriesGradle Build Tools |
| GroupId | GroupIdcom.saygoer |
| ArtifactId | ArtifactIdgradle-plugin |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSaygoer App Gradle Plugin
Saygoer App Gradle Plugin
|
| Filename | Size |
|---|---|
| gradle-plugin-1.0.2.pom | |
| gradle-plugin-1.0.2.jar | 68 KB |
| gradle-plugin-1.0.2-sources.jar | 4 KB |
| gradle-plugin-1.0.2-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.saygoer/gradle-plugin/ -->
<dependency>
<groupId>com.saygoer</groupId>
<artifactId>gradle-plugin</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.saygoer/gradle-plugin/
implementation 'com.saygoer:gradle-plugin:1.0.2'
// https://jarcasting.com/artifacts/com.saygoer/gradle-plugin/
implementation ("com.saygoer:gradle-plugin:1.0.2")
'com.saygoer:gradle-plugin:jar:1.0.2'
<dependency org="com.saygoer" name="gradle-plugin" rev="1.0.2">
<artifact name="gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.saygoer', module='gradle-plugin', version='1.0.2')
)
libraryDependencies += "com.saygoer" % "gradle-plugin" % "1.0.2"
[com.saygoer/gradle-plugin "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.yaml : snakeyaml | jar | 1.14 |