| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.jshaptic |
| Идентификатор | Идентификаторjs4j |
| Версия | Версия0.1.1 |
| Тип | Типjar |
| Описание |
Описаниеjs4j
Wrapper for Java classes, which emulates Javascript variables and its API. Also includes ported Lodash library.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| js4j-0.1.1.pom | |
| js4j-0.1.1.jar | 33 KB |
| js4j-0.1.1-sources.jar | 22 KB |
| js4j-0.1.1-javadoc.jar | 56 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.jshaptic/js4j/ -->
<dependency>
<groupId>com.github.jshaptic</groupId>
<artifactId>js4j</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jshaptic/js4j/
implementation 'com.github.jshaptic:js4j:0.1.1'
// https://jarcasting.com/artifacts/com.github.jshaptic/js4j/
implementation ("com.github.jshaptic:js4j:0.1.1")
'com.github.jshaptic:js4j:jar:0.1.1'
<dependency org="com.github.jshaptic" name="js4j" rev="0.1.1">
<artifact name="js4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jshaptic', module='js4j', version='0.1.1')
)
libraryDependencies += "com.github.jshaptic" % "js4j" % "0.1.1"
[com.github.jshaptic/js4j "0.1.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.6 |
| org.apache.commons : commons-text | jar | 1.1 |
| com.eclipsesource.minimal-json : minimal-json | jar | 0.9.4 |
| com.google.code.gson : gson | jar | 2.7 |