GroupId | GroupIdorg.latte-lang |
---|---|
ArtifactId | ArtifactIdlatte-compiler |
Version | Version0.0.5-ALPHA |
Type | Typejar |
Filename | Size |
---|---|
latte-compiler-0.0.5-ALPHA.pom | |
latte-compiler-0.0.5-ALPHA.jar | 509 KB |
latte-compiler-0.0.5-ALPHA-sources.jar | 454 KB |
latte-compiler-0.0.5-ALPHA-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.latte-lang/latte-compiler/ -->
<dependency>
<groupId>org.latte-lang</groupId>
<artifactId>latte-compiler</artifactId>
<version>0.0.5-ALPHA</version>
</dependency>
// https://jarcasting.com/artifacts/org.latte-lang/latte-compiler/
implementation 'org.latte-lang:latte-compiler:0.0.5-ALPHA'
// https://jarcasting.com/artifacts/org.latte-lang/latte-compiler/
implementation ("org.latte-lang:latte-compiler:0.0.5-ALPHA")
'org.latte-lang:latte-compiler:jar:0.0.5-ALPHA'
<dependency org="org.latte-lang" name="latte-compiler" rev="0.0.5-ALPHA">
<artifact name="latte-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.latte-lang', module='latte-compiler', version='0.0.5-ALPHA')
)
libraryDependencies += "org.latte-lang" % "latte-compiler" % "0.0.5-ALPHA"
[org.latte-lang/latte-compiler "0.0.5-ALPHA"]