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

org.webjars:ace 1.2.2

WebJar for the ace editor

Группа

Группа

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

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

ace
Версия

Версия

1.2.2
Тип

Тип

jar

Скачать ace 1.2.2

Имя Файла Размер
ace-1.2.2.pom
ace-1.2.2.jar 8 MB
ace-1.2.2-javadoc.jar 8 MB
Обзор

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