Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdse.ansman.autoplugin |
ArtifactId | ArtifactIdcompiler |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
compiler-0.3.0.pom | |
compiler-0.3.0.jar | 9 KB |
compiler-0.3.0-sources.jar | 2 KB |
compiler-0.3.0-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.ansman.autoplugin/compiler/ -->
<dependency>
<groupId>se.ansman.autoplugin</groupId>
<artifactId>compiler</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.ansman.autoplugin/compiler/
implementation 'se.ansman.autoplugin:compiler:0.3.0'
// https://jarcasting.com/artifacts/se.ansman.autoplugin/compiler/
implementation ("se.ansman.autoplugin:compiler:0.3.0")
'se.ansman.autoplugin:compiler:jar:0.3.0'
<dependency org="se.ansman.autoplugin" name="compiler" rev="0.3.0">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.ansman.autoplugin', module='compiler', version='0.3.0')
)
libraryDependencies += "se.ansman.autoplugin" % "compiler" % "0.3.0"
[se.ansman.autoplugin/compiler "0.3.0"]