License |
License |
---|---|
Categories |
CategoriesGradle Build Tools Auto Application Layer Libs Code Generators |
GroupId | GroupIdse.ansman.autoplugin |
ArtifactId | ArtifactIdgradle-plugin |
Last Version | Last Version0.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAutoPlugin
Generates configuration files for Gradle Plugins.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gradle-plugin-0.4.1.pom | |
gradle-plugin-0.4.1.jar | 13 KB |
gradle-plugin-0.4.1-sources.jar | 4 KB |
gradle-plugin-0.4.1-javadoc.jar | 268 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.ansman.autoplugin/gradle-plugin/ -->
<dependency>
<groupId>se.ansman.autoplugin</groupId>
<artifactId>gradle-plugin</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.ansman.autoplugin/gradle-plugin/
implementation 'se.ansman.autoplugin:gradle-plugin:0.4.1'
// https://jarcasting.com/artifacts/se.ansman.autoplugin/gradle-plugin/
implementation ("se.ansman.autoplugin:gradle-plugin:0.4.1")
'se.ansman.autoplugin:gradle-plugin:jar:0.4.1'
<dependency org="se.ansman.autoplugin" name="gradle-plugin" rev="0.4.1">
<artifact name="gradle-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.ansman.autoplugin', module='gradle-plugin', version='0.4.1')
)
libraryDependencies += "se.ansman.autoplugin" % "gradle-plugin" % "0.4.1"
[se.ansman.autoplugin/gradle-plugin "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |
com.google.devtools.ksp : symbol-processing | jar | 1.4.10-dev-experimental-20200924 |