is not current version
Last Version 0.1.3

net.arnx:nashorn-promise 0.1.2

ES6 Promise polyfil for Nashorn

Categories

Categories

JavaScript Languages Net
GroupId

GroupId

net.arnx
ArtifactId

ArtifactId

nashorn-promise
Version

Version

0.1.2
Type

Type

jar

Download nashorn-promise 0.1.2


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