GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdx-editable-bootstrap3 |
Version | Version1.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars/x-editable-bootstrap3/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>x-editable-bootstrap3</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/x-editable-bootstrap3/
implementation 'org.webjars:x-editable-bootstrap3:1.5.1'
// https://jarcasting.com/artifacts/org.webjars/x-editable-bootstrap3/
implementation ("org.webjars:x-editable-bootstrap3:1.5.1")
'org.webjars:x-editable-bootstrap3:jar:1.5.1'
<dependency org="org.webjars" name="x-editable-bootstrap3" rev="1.5.1">
<artifact name="x-editable-bootstrap3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='x-editable-bootstrap3', version='1.5.1')
)
libraryDependencies += "org.webjars" % "x-editable-bootstrap3" % "1.5.1"
[org.webjars/x-editable-bootstrap3 "1.5.1"]