GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdextjs |
Version | Version4.1.1a |
Type | Typejar |
Filename | Size |
---|---|
extjs-4.1.1a.pom | |
extjs-4.1.1a.jar | 8 MB |
extjs-4.1.1a-sources.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/extjs/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>extjs</artifactId>
<version>4.1.1a</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/extjs/
implementation 'org.webjars:extjs:4.1.1a'
// https://jarcasting.com/artifacts/org.webjars/extjs/
implementation ("org.webjars:extjs:4.1.1a")
'org.webjars:extjs:jar:4.1.1a'
<dependency org="org.webjars" name="extjs" rev="4.1.1a">
<artifact name="extjs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='extjs', version='4.1.1a')
)
libraryDependencies += "org.webjars" % "extjs" % "4.1.1a"
[org.webjars/extjs "4.1.1a"]