GroupId | GroupIdorg.apache.marmotta.webjars |
---|---|
ArtifactId | ArtifactIdwebjars |
Version | Version3.3.0 |
Type | Typepom |
Filename | Size |
---|---|
webjars-3.3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.marmotta.webjars/webjars/ -->
<dependency>
<groupId>org.apache.marmotta.webjars</groupId>
<artifactId>webjars</artifactId>
<version>3.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.marmotta.webjars/webjars/
implementation 'org.apache.marmotta.webjars:webjars:3.3.0'
// https://jarcasting.com/artifacts/org.apache.marmotta.webjars/webjars/
implementation ("org.apache.marmotta.webjars:webjars:3.3.0")
'org.apache.marmotta.webjars:webjars:pom:3.3.0'
<dependency org="org.apache.marmotta.webjars" name="webjars" rev="3.3.0">
<artifact name="webjars" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.marmotta.webjars', module='webjars', version='3.3.0')
)
libraryDependencies += "org.apache.marmotta.webjars" % "webjars" % "3.3.0"
[org.apache.marmotta.webjars/webjars "3.3.0"]