Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-closure-compiler |
Version | Version7.15.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-closure-compiler/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-closure-compiler</artifactId>
<version>7.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-closure-compiler/
implementation 'org.wicketstuff:wicketstuff-closure-compiler:7.15.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-closure-compiler/
implementation ("org.wicketstuff:wicketstuff-closure-compiler:7.15.0")
'org.wicketstuff:wicketstuff-closure-compiler:jar:7.15.0'
<dependency org="org.wicketstuff" name="wicketstuff-closure-compiler" rev="7.15.0">
<artifact name="wicketstuff-closure-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-closure-compiler', version='7.15.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-closure-compiler" % "7.15.0"
[org.wicketstuff/wicketstuff-closure-compiler "7.15.0"]