l

latte-maven-plugin

Files download
File Operation
latte-maven-plugin-0.0.6-ALPHA.jar download
latte-maven-plugin-0.0.6-ALPHA.pom download
latte-maven-plugin-0.0.6-ALPHA-sources.jar download
Apache Maven
<dependency>
  <groupId>org.latte-lang</groupId>
  <artifactId>latte-maven-plugin</artifactId>
  <version>0.0.6-ALPHA</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.latte-lang:latte-maven-plugin:0.0.6-ALPHA'
Gradle Kotlin
implementation("org.latte-lang:latte-maven-plugin:0.0.6-ALPHA")
Scala SBT
libraryDependencies += "org.latte-lang" % "latte-maven-plugin" % "0.0.6-ALPHA"
Groovy Grape
@Grapes(
  @Grab(group='org.latte-lang', module='latte-maven-plugin', version='0.0.6-ALPHA')
)
Apache Ivy
<dependency org="org.latte-lang" name="latte-maven-plugin" rev="0.0.6-ALPHA" />
Leiningen
[org.latte-lang/latte-maven-plugin "0.0.6-ALPHA"]
Apache Buildr
'org.latte-lang:latte-maven-plugin:jar:0.0.6-ALPHA'