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