Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-jamon-parent |
Version | Version9.0.0-M1 |
Type | Typepom |
Filename | Size |
---|---|
wicketstuff-jamon-parent-9.0.0-M1.pom | 1004 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-jamon-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-jamon-parent</artifactId>
<version>9.0.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-jamon-parent/
implementation 'org.wicketstuff:wicketstuff-jamon-parent:9.0.0-M1'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-jamon-parent/
implementation ("org.wicketstuff:wicketstuff-jamon-parent:9.0.0-M1")
'org.wicketstuff:wicketstuff-jamon-parent:pom:9.0.0-M1'
<dependency org="org.wicketstuff" name="wicketstuff-jamon-parent" rev="9.0.0-M1">
<artifact name="wicketstuff-jamon-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-jamon-parent', version='9.0.0-M1')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-jamon-parent" % "9.0.0-M1"
[org.wicketstuff/wicketstuff-jamon-parent "9.0.0-M1"]