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