Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.googlecode.wicketelements |
ArtifactId | ArtifactIdparent |
Version | Version1.4.2 |
Type | Typepom |
Filename | Size |
---|---|
parent-1.4.2.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.wicketelements/parent/ -->
<dependency>
<groupId>com.googlecode.wicketelements</groupId>
<artifactId>parent</artifactId>
<version>1.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.wicketelements/parent/
implementation 'com.googlecode.wicketelements:parent:1.4.2'
// https://jarcasting.com/artifacts/com.googlecode.wicketelements/parent/
implementation ("com.googlecode.wicketelements:parent:1.4.2")
'com.googlecode.wicketelements:parent:pom:1.4.2'
<dependency org="com.googlecode.wicketelements" name="parent" rev="1.4.2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.wicketelements', module='parent', version='1.4.2')
)
libraryDependencies += "com.googlecode.wicketelements" % "parent" % "1.4.2"
[com.googlecode.wicketelements/parent "1.4.2"]