не последняя версия
Последняя версия 3.1.7

org.codehaus.janino:commons-compiler 2.7.6


Группа

Группа

org.codehaus.janino
Идентификатор

Идентификатор

commons-compiler
Версия

Версия

2.7.6
Тип

Тип

jar

Скачать commons-compiler 2.7.6


<!-- https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler/ -->
<dependency>
    <groupId>org.codehaus.janino</groupId>
    <artifactId>commons-compiler</artifactId>
    <version>2.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler/
implementation 'org.codehaus.janino:commons-compiler:2.7.6'
// https://jarcasting.com/artifacts/org.codehaus.janino/commons-compiler/
implementation ("org.codehaus.janino:commons-compiler:2.7.6")
'org.codehaus.janino:commons-compiler:jar:2.7.6'
<dependency org="org.codehaus.janino" name="commons-compiler" rev="2.7.6">
  <artifact name="commons-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.janino', module='commons-compiler', version='2.7.6')
)
libraryDependencies += "org.codehaus.janino" % "commons-compiler" % "2.7.6"
[org.codehaus.janino/commons-compiler "2.7.6"]