License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdse.ansman.autoplugin |
ArtifactId | ArtifactIdcompiler |
Version | Version0.4.1 |
Type | Typejar |
Description |
DescriptionAutoPlugin
Generates configuration files for Gradle Plugins.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
compiler-0.4.1.pom | |
compiler-0.4.1.jar | 22 KB |
compiler-0.4.1-sources.jar | 8 KB |
compiler-0.4.1-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.ansman.autoplugin/compiler/ -->
<dependency>
<groupId>se.ansman.autoplugin</groupId>
<artifactId>compiler</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.ansman.autoplugin/compiler/
implementation 'se.ansman.autoplugin:compiler:0.4.1'
// https://jarcasting.com/artifacts/se.ansman.autoplugin/compiler/
implementation ("se.ansman.autoplugin:compiler:0.4.1")
'se.ansman.autoplugin:compiler:jar:0.4.1'
<dependency org="se.ansman.autoplugin" name="compiler" rev="0.4.1">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.ansman.autoplugin', module='compiler', version='0.4.1')
)
libraryDependencies += "se.ansman.autoplugin" % "compiler" % "0.4.1"
[se.ansman.autoplugin/compiler "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service-annotations | jar | 1.0-rc7 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |
se.ansman.autoplugin : api | jar | 0.4.1 |
com.squareup : kotlinpoet | jar | 1.6.0 |
com.google.auto : auto-common | jar | 0.11 |