| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.tntim96 |
| Идентификатор | Идентификаторrhino |
| Последняя версия | Последняя версия1.7R5pre05 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMozilla Rhino
Rhino is an open-source implementation of JavaScript written entirely in
Java. It is typically embedded into Java applications to provide
scripting to end users.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| rhino-1.7R5pre05.pom | |
| rhino-1.7R5pre05.zip | 6 MB |
| rhino-1.7R5pre05-sources.jar | 883 KB |
| rhino-1.7R5pre05-jdk14.jar | 1 MB |
| rhino-1.7R5pre05-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.tntim96/rhino/ -->
<dependency>
<groupId>com.github.tntim96</groupId>
<artifactId>rhino</artifactId>
<version>1.7R5pre05</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tntim96/rhino/
implementation 'com.github.tntim96:rhino:1.7R5pre05'
// https://jarcasting.com/artifacts/com.github.tntim96/rhino/
implementation ("com.github.tntim96:rhino:1.7R5pre05")
'com.github.tntim96:rhino:jar:1.7R5pre05'
<dependency org="com.github.tntim96" name="rhino" rev="1.7R5pre05">
<artifact name="rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tntim96', module='rhino', version='1.7R5pre05')
)
libraryDependencies += "com.github.tntim96" % "rhino" % "1.7R5pre05"
[com.github.tntim96/rhino "1.7R5pre05"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.xmlbeans : xmlbeans Необязательный | jar | 2.5.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |