is not current version
Last Version 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.

GroupId

GroupId

com.github.jshaptic
ArtifactId

ArtifactId

js4j
Version

Version

0.1.0
Type

Type

jar

Download 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"]