Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.jesus-crie |
ArtifactId | ArtifactIdmodularbot-nashorn-support |
Version | Version2.3.0_10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.jesus-crie/modularbot-nashorn-support/ -->
<dependency>
<groupId>com.jesus-crie</groupId>
<artifactId>modularbot-nashorn-support</artifactId>
<version>2.3.0_10</version>
</dependency>
// https://jarcasting.com/artifacts/com.jesus-crie/modularbot-nashorn-support/
implementation 'com.jesus-crie:modularbot-nashorn-support:2.3.0_10'
// https://jarcasting.com/artifacts/com.jesus-crie/modularbot-nashorn-support/
implementation ("com.jesus-crie:modularbot-nashorn-support:2.3.0_10")
'com.jesus-crie:modularbot-nashorn-support:jar:2.3.0_10'
<dependency org="com.jesus-crie" name="modularbot-nashorn-support" rev="2.3.0_10">
<artifact name="modularbot-nashorn-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jesus-crie', module='modularbot-nashorn-support', version='2.3.0_10')
)
libraryDependencies += "com.jesus-crie" % "modularbot-nashorn-support" % "2.3.0_10"
[com.jesus-crie/modularbot-nashorn-support "2.3.0_10"]