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

com.github.jshaptic:js4j 0.1.0

Wrapper for Java classes, which emulates Javascript variables and its API. Also includes ported Lodash library.

Группа

Группа

com.github.jshaptic
Идентификатор

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

js4j
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать js4j 0.1.0


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