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