l

latte-maven-plugin

文件下载
文件名 操作
latte-maven-plugin-0.0.5-ALPHA.jar 下载
latte-maven-plugin-0.0.5-ALPHA.pom 下载
latte-maven-plugin-0.0.5-ALPHA-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.latte-lang</groupId>
  <artifactId>latte-maven-plugin</artifactId>
  <version>0.0.5-ALPHA</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.latte-lang:latte-maven-plugin:0.0.5-ALPHA'
Gradle Kotlin
implementation("org.latte-lang:latte-maven-plugin:0.0.5-ALPHA")
Scala SBT
libraryDependencies += "org.latte-lang" % "latte-maven-plugin" % "0.0.5-ALPHA"
Groovy Grape
@Grapes(
  @Grab(group='org.latte-lang', module='latte-maven-plugin', version='0.0.5-ALPHA')
)
Apache Ivy
<dependency org="org.latte-lang" name="latte-maven-plugin" rev="0.0.5-ALPHA" />
Leiningen
[org.latte-lang/latte-maven-plugin "0.0.5-ALPHA"]
Apache Buildr
'org.latte-lang:latte-maven-plugin:jar:0.0.5-ALPHA'