Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdio.geewit.boot |
ArtifactId | ArtifactIdgw-boot-starter-nashorn |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.geewit.boot/gw-boot-starter-nashorn/ -->
<dependency>
<groupId>io.geewit.boot</groupId>
<artifactId>gw-boot-starter-nashorn</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.geewit.boot/gw-boot-starter-nashorn/
implementation 'io.geewit.boot:gw-boot-starter-nashorn:1.0.0'
// https://jarcasting.com/artifacts/io.geewit.boot/gw-boot-starter-nashorn/
implementation ("io.geewit.boot:gw-boot-starter-nashorn:1.0.0")
'io.geewit.boot:gw-boot-starter-nashorn:jar:1.0.0'
<dependency org="io.geewit.boot" name="gw-boot-starter-nashorn" rev="1.0.0">
<artifact name="gw-boot-starter-nashorn" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.geewit.boot', module='gw-boot-starter-nashorn', version='1.0.0')
)
libraryDependencies += "io.geewit.boot" % "gw-boot-starter-nashorn" % "1.0.0"
[io.geewit.boot/gw-boot-starter-nashorn "1.0.0"]