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