Categories |
CategoriesWicket User Interface Web Frameworks Net |
---|---|
GroupId | GroupIdnet.dontdrinkandroot |
ArtifactId | ArtifactIdwicket.example |
Version | Version0.5.2 |
Type | Typejar |
Filename | Size |
---|---|
wicket.example-0.5.2.pom | |
wicket.example-0.5.2.jar | 18 MB |
wicket.example-0.5.2-sources.jar | 60 KB |
wicket.example-0.5.2-javadoc.jar | 296 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.dontdrinkandroot/wicket.example/ -->
<dependency>
<groupId>net.dontdrinkandroot</groupId>
<artifactId>wicket.example</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.dontdrinkandroot/wicket.example/
implementation 'net.dontdrinkandroot:wicket.example:0.5.2'
// https://jarcasting.com/artifacts/net.dontdrinkandroot/wicket.example/
implementation ("net.dontdrinkandroot:wicket.example:0.5.2")
'net.dontdrinkandroot:wicket.example:jar:0.5.2'
<dependency org="net.dontdrinkandroot" name="wicket.example" rev="0.5.2">
<artifact name="wicket.example" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.dontdrinkandroot', module='wicket.example', version='0.5.2')
)
libraryDependencies += "net.dontdrinkandroot" % "wicket.example" % "0.5.2"
[net.dontdrinkandroot/wicket.example "0.5.2"]