GroupId | GroupIdcom.github.dandelion |
---|---|
ArtifactId | ArtifactIddandelion-webjars |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
dandelion-webjars-0.10.0.pom | |
dandelion-webjars-0.10.0.jar | 5 KB |
dandelion-webjars-0.10.0-sources.jar | 4 KB |
dandelion-webjars-0.10.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dandelion/dandelion-webjars/ -->
<dependency>
<groupId>com.github.dandelion</groupId>
<artifactId>dandelion-webjars</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-webjars/
implementation 'com.github.dandelion:dandelion-webjars:0.10.0'
// https://jarcasting.com/artifacts/com.github.dandelion/dandelion-webjars/
implementation ("com.github.dandelion:dandelion-webjars:0.10.0")
'com.github.dandelion:dandelion-webjars:jar:0.10.0'
<dependency org="com.github.dandelion" name="dandelion-webjars" rev="0.10.0">
<artifact name="dandelion-webjars" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dandelion', module='dandelion-webjars', version='0.10.0')
)
libraryDependencies += "com.github.dandelion" % "dandelion-webjars" % "0.10.0"
[com.github.dandelion/dandelion-webjars "0.10.0"]