| GroupId | GroupIdse.ansman.kotshi |
|---|---|
| ArtifactId | ArtifactIdcompiler |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| compiler-0.2.0.pom | |
| compiler-0.2.0.jar | 64 KB |
| compiler-0.2.0-sources.jar | 9 KB |
| compiler-0.2.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/se.ansman.kotshi/compiler/ -->
<dependency>
<groupId>se.ansman.kotshi</groupId>
<artifactId>compiler</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.ansman.kotshi/compiler/
implementation 'se.ansman.kotshi:compiler:0.2.0'
// https://jarcasting.com/artifacts/se.ansman.kotshi/compiler/
implementation ("se.ansman.kotshi:compiler:0.2.0")
'se.ansman.kotshi:compiler:jar:0.2.0'
<dependency org="se.ansman.kotshi" name="compiler" rev="0.2.0">
<artifact name="compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.ansman.kotshi', module='compiler', version='0.2.0')
)
libraryDependencies += "se.ansman.kotshi" % "compiler" % "0.2.0"
[se.ansman.kotshi/compiler "0.2.0"]