GroupId | GroupIdorg.juzu |
---|---|
ArtifactId | ArtifactIdjuzu-plugins-webjars |
Version | Version0.7.0-beta21 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.juzu/juzu-plugins-webjars/ -->
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-webjars</artifactId>
<version>0.7.0-beta21</version>
</dependency>
// https://jarcasting.com/artifacts/org.juzu/juzu-plugins-webjars/
implementation 'org.juzu:juzu-plugins-webjars:0.7.0-beta21'
// https://jarcasting.com/artifacts/org.juzu/juzu-plugins-webjars/
implementation ("org.juzu:juzu-plugins-webjars:0.7.0-beta21")
'org.juzu:juzu-plugins-webjars:jar:0.7.0-beta21'
<dependency org="org.juzu" name="juzu-plugins-webjars" rev="0.7.0-beta21">
<artifact name="juzu-plugins-webjars" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.juzu', module='juzu-plugins-webjars', version='0.7.0-beta21')
)
libraryDependencies += "org.juzu" % "juzu-plugins-webjars" % "0.7.0-beta21"
[org.juzu/juzu-plugins-webjars "0.7.0-beta21"]