MVN

org.codehaus.janino : commons-compiler-tests

Maven & Gradle

Jul 04, 2023
789 stars

commons-compiler-tests · Tests that use only the "commons-compiler" API and are thus applicable to ALL implementations. NOTICE: This module is not a test for "commons-compiler", but for a set of IMPLEMENTATIONS of "commons-compiler"!

<dependency>
    <groupId>org.codehaus.janino</groupId>
    <artifactId>commons-compiler-tests</artifactId>
    <version>3.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.janino : commons-compiler-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.10

All Versions

Choose a version of org.codehaus.janino : commons-compiler-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
commons-compiler-tests-3.1.10
commons-compiler-tests-3.1.9
commons-compiler-tests-3.1.8
commons-compiler-tests-3.1.7
commons-compiler-tests-3.1.6
commons-compiler-tests-3.1.4
commons-compiler-tests-3.1.3
commons-compiler-tests-3.1.2
commons-compiler-tests-3.1.1
commons-compiler-tests-3.1.0
3.0.x
commons-compiler-tests-3.0.16
commons-compiler-tests-3.0.15
commons-compiler-tests-3.0.14
commons-compiler-tests-3.0.13
commons-compiler-tests-3.0.12
commons-compiler-tests-3.0.11
commons-compiler-tests-3.0.10
commons-compiler-tests-3.0.9
commons-compiler-tests-3.0.8
commons-compiler-tests-3.0.7
commons-compiler-tests-3.0.6

How to add a dependency to Maven

Add the following org.codehaus.janino : commons-compiler-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.janino</groupId>
    <artifactId>commons-compiler-tests</artifactId>
    <version>3.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.janino : commons-compiler-tests gradle dependency to your build.gradle file:

implementation 'org.codehaus.janino:commons-compiler-tests:3.1.10'

Gradle Kotlin DSL: Add the following org.codehaus.janino : commons-compiler-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.janino:commons-compiler-tests:3.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.janino : commons-compiler-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.janino" % "commons-compiler-tests" % "3.1.10"