MVN

net.sf.retrotranslator : retrotranslator-runtime

Maven & Gradle

Apr 10, 2010
24 usages

Retrotranslator Runtime for Java 1.4 · Library classes for Java 1.4 applications produced by Retrotranslator

<dependency>
    <groupId>net.sf.retrotranslator</groupId>
    <artifactId>retrotranslator-runtime</artifactId>
    <version>1.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.retrotranslator : retrotranslator-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.9

All Versions

Choose a version of net.sf.retrotranslator : retrotranslator-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
retrotranslator-runtime-1.2.9
retrotranslator-runtime-1.2.7
retrotranslator-runtime-1.2.4
retrotranslator-runtime-1.2.1
1.0.x
retrotranslator-runtime-1.0.8
retrotranslator-runtime-1.0.4

How to add a dependency to Maven

Add the following net.sf.retrotranslator : retrotranslator-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.retrotranslator</groupId>
    <artifactId>retrotranslator-runtime</artifactId>
    <version>1.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.retrotranslator : retrotranslator-runtime gradle dependency to your build.gradle file:

implementation 'net.sf.retrotranslator:retrotranslator-runtime:1.2.9'

Gradle Kotlin DSL: Add the following net.sf.retrotranslator : retrotranslator-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.retrotranslator:retrotranslator-runtime:1.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.retrotranslator : retrotranslator-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.retrotranslator" % "retrotranslator-runtime" % "1.2.9"

Advertisement