Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdorg.kantega.reststop |
ArtifactId | ArtifactIdreststop-webjars-plugin |
Version | Version2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kantega.reststop/reststop-webjars-plugin/ -->
<dependency>
<groupId>org.kantega.reststop</groupId>
<artifactId>reststop-webjars-plugin</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-webjars-plugin/
implementation 'org.kantega.reststop:reststop-webjars-plugin:2.4'
// https://jarcasting.com/artifacts/org.kantega.reststop/reststop-webjars-plugin/
implementation ("org.kantega.reststop:reststop-webjars-plugin:2.4")
'org.kantega.reststop:reststop-webjars-plugin:jar:2.4'
<dependency org="org.kantega.reststop" name="reststop-webjars-plugin" rev="2.4">
<artifact name="reststop-webjars-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.reststop', module='reststop-webjars-plugin', version='2.4')
)
libraryDependencies += "org.kantega.reststop" % "reststop-webjars-plugin" % "2.4"
[org.kantega.reststop/reststop-webjars-plugin "2.4"]