Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.jesus-crie |
ArtifactId | ArtifactIdmodularbot-nashorn-support |
Version | Version2.2.0 |
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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jesus-crie/modularbot-nashorn-support/
implementation 'com.jesus-crie:modularbot-nashorn-support:2.2.0'
// https://jarcasting.com/artifacts/com.jesus-crie/modularbot-nashorn-support/
implementation ("com.jesus-crie:modularbot-nashorn-support:2.2.0")
'com.jesus-crie:modularbot-nashorn-support:jar:2.2.0'
<dependency org="com.jesus-crie" name="modularbot-nashorn-support" rev="2.2.0">
<artifact name="modularbot-nashorn-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jesus-crie', module='modularbot-nashorn-support', version='2.2.0')
)
libraryDependencies += "com.jesus-crie" % "modularbot-nashorn-support" % "2.2.0"
[com.jesus-crie/modularbot-nashorn-support "2.2.0"]