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