is not current version
Last Version 0.1.3

net.arnx:nashorn-promise 0.1.1

ES6 Promise polyfil for Nashorn

Categories

Categories

JavaScript Languages Net
GroupId

GroupId

net.arnx
ArtifactId

ArtifactId

nashorn-promise
Version

Version

0.1.1
Type

Type

jar

Download nashorn-promise 0.1.1


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