не последняя версия
Последняя версия 07.31.2013

org.webjars:ace 04.09.2013

WebJar for the ace editor

Группа

Группа

org.webjars
Идентификатор

Идентификатор

ace
Версия

Версия

04.09.2013
Тип

Тип

jar

Скачать 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"]