| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.christophkraemer |
| Идентификатор | Идентификаторrhino-script-engine |
| Версия | Версия1.1.1 |
| Тип | Типjar |
| Описание |
ОписаниеRhinoScriptEngine
This is a copy of the RhinoScriptEngine which is embedded in Java 6/7. There
an old version of Rhino (1.7R3) is used. The code in this repository uses the
latest rhino version. This is only needed if you want to use the latest version
of Rhino in the context of a ScriptEngine in Java 6/7.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| rhino-script-engine-1.1.1.pom | |
| rhino-script-engine-1.1.1.jar | 29 KB |
| rhino-script-engine-1.1.1-sources.jar | 21 KB |
| rhino-script-engine-1.1.1-javadoc.jar | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.christophkraemer/rhino-script-engine/ -->
<dependency>
<groupId>de.christophkraemer</groupId>
<artifactId>rhino-script-engine</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.christophkraemer/rhino-script-engine/
implementation 'de.christophkraemer:rhino-script-engine:1.1.1'
// https://jarcasting.com/artifacts/de.christophkraemer/rhino-script-engine/
implementation ("de.christophkraemer:rhino-script-engine:1.1.1")
'de.christophkraemer:rhino-script-engine:jar:1.1.1'
<dependency org="de.christophkraemer" name="rhino-script-engine" rev="1.1.1">
<artifact name="rhino-script-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.christophkraemer', module='rhino-script-engine', version='1.1.1')
)
libraryDependencies += "de.christophkraemer" % "rhino-script-engine" % "1.1.1"
[de.christophkraemer/rhino-script-engine "1.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mozilla : rhino | jar | 1.7R5 |