GroupId | GroupIdorg.webjars.bowergithub.ajaxorg |
---|---|
ArtifactId | ArtifactIdace |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
ace-1.4.1.pom | |
ace-1.4.1.jar | 4 MB |
ace-1.4.1-sources.jar | 22 bytes |
ace-1.4.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.ajaxorg/ace/ -->
<dependency>
<groupId>org.webjars.bowergithub.ajaxorg</groupId>
<artifactId>ace</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.ajaxorg/ace/
implementation 'org.webjars.bowergithub.ajaxorg:ace:1.4.1'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.ajaxorg/ace/
implementation ("org.webjars.bowergithub.ajaxorg:ace:1.4.1")
'org.webjars.bowergithub.ajaxorg:ace:jar:1.4.1'
<dependency org="org.webjars.bowergithub.ajaxorg" name="ace" rev="1.4.1">
<artifact name="ace" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.ajaxorg', module='ace', version='1.4.1')
)
libraryDependencies += "org.webjars.bowergithub.ajaxorg" % "ace" % "1.4.1"
[org.webjars.bowergithub.ajaxorg/ace "1.4.1"]