Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdme.limone |
ArtifactId | ArtifactIdwicket-spring-boilerplate |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionwicket-spring-boilerplate
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Filename | Size |
---|---|
wicket-spring-boilerplate-1.0.pom | |
wicket-spring-boilerplate-1.0.jar | 141 KB |
wicket-spring-boilerplate-1.0-sources.jar | 140 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.limone/wicket-spring-boilerplate/ -->
<dependency>
<groupId>me.limone</groupId>
<artifactId>wicket-spring-boilerplate</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.limone/wicket-spring-boilerplate/
implementation 'me.limone:wicket-spring-boilerplate:1.0'
// https://jarcasting.com/artifacts/me.limone/wicket-spring-boilerplate/
implementation ("me.limone:wicket-spring-boilerplate:1.0")
'me.limone:wicket-spring-boilerplate:jar:1.0'
<dependency org="me.limone" name="wicket-spring-boilerplate" rev="1.0">
<artifact name="wicket-spring-boilerplate" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.limone', module='wicket-spring-boilerplate', version='1.0')
)
libraryDependencies += "me.limone" % "wicket-spring-boilerplate" % "1.0"
[me.limone/wicket-spring-boilerplate "1.0"]