Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdse.ansman.autoplugin |
ArtifactId | ArtifactIdcompiler |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
compiler-0.4.0.pom | |
compiler-0.4.0.jar | 21 KB |
compiler-0.4.0-sources.jar | 7 KB |
compiler-0.4.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.ansman.autoplugin/compiler/
implementation 'se.ansman.autoplugin:compiler:0.4.0'
// https://jarcasting.com/artifacts/se.ansman.autoplugin/compiler/
implementation ("se.ansman.autoplugin:compiler:0.4.0")
'se.ansman.autoplugin:compiler:jar:0.4.0'
<dependency org="se.ansman.autoplugin" name="compiler" rev="0.4.0">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.ansman.autoplugin', module='compiler', version='0.4.0')
)
libraryDependencies += "se.ansman.autoplugin" % "compiler" % "0.4.0"
[se.ansman.autoplugin/compiler "0.4.0"]