t

tentackle-i18n-maven-plugin

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