<dependency> <groupId>com.fizzed</groupId> <artifactId>blaze-nashorn</artifactId> <version>1.6.0</version> </dependency>
implementation 'com.fizzed:blaze-nashorn:1.6.0'
implementation("com.fizzed:blaze-nashorn:1.6.0")
libraryDependencies += "com.fizzed" % "blaze-nashorn" % "1.6.0"
@Grapes( @Grab(group='com.fizzed', module='blaze-nashorn', version='1.6.0') )
<dependency org="com.fizzed" name="blaze-nashorn" rev="1.6.0" />
[com.fizzed/blaze-nashorn "1.6.0"]
'com.fizzed:blaze-nashorn:jar:1.6.0'
<parent> <groupId>com.fizzed</groupId> <artifactId>blaze</artifactId> <version>1.6.0</version> </parent>
compile
|-- org.openjdk.nashorn:nashorn-core:15.4
provided
|-- com.fizzed:blaze-core
test
|-- org.hamcrest:hamcrest
|-- junit:junit
|-- org.mockito:mockito-core
|-- com.github.stefanbirkner:system-rules
|-- ch.qos.logback:logback-classic