is not current version
Last Version 07.31.2013

org.webjars:ace 1.2.0

WebJar for the ace editor

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

ace
Version

Version

1.2.0
Type

Type

jar

Download ace 1.2.0


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