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