AutoPlugin

Generates configuration files for Gradle Plugins.

License

License

Categories

Categories

Gradle Build Tools Auto Application Layer Libs Code Generators
GroupId

GroupId

se.ansman.autoplugin
ArtifactId

ArtifactId

gradle-plugin
Last Version

Last Version

0.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

AutoPlugin
Generates configuration files for Gradle Plugins.
Project URL

Project URL

https://github.com/ansman/auto-plugin
Source Code Management

Source Code Management

https://github.com/ansman/auto-plugin

Download gradle-plugin

How to add to project

<!-- 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"]

Dependencies

runtime (2)

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

Project Modules

There are no modules declared in this project.

Versions

Version
0.4.1
0.4.0
0.3.0
0.2.0