GroupId | GroupIdorg.atteo.moonshine |
---|---|
ArtifactId | ArtifactIdwebjars |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
webjars-1.0.pom | |
webjars-1.0.jar | 5 KB |
webjars-1.0-sources.jar | 2 KB |
webjars-1.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/webjars/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>webjars</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/webjars/
implementation 'org.atteo.moonshine:webjars:1.0'
// https://jarcasting.com/artifacts/org.atteo.moonshine/webjars/
implementation ("org.atteo.moonshine:webjars:1.0")
'org.atteo.moonshine:webjars:jar:1.0'
<dependency org="org.atteo.moonshine" name="webjars" rev="1.0">
<artifact name="webjars" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='webjars', version='1.0')
)
libraryDependencies += "org.atteo.moonshine" % "webjars" % "1.0"
[org.atteo.moonshine/webjars "1.0"]