is not current version
Last Version 07.31.2013

org.webjars:ace 04.09.2013

WebJar for the ace editor

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

ace
Version

Version

04.09.2013
Type

Type

jar

Download ace 04.09.2013


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