License |
License |
---|---|
Categories |
CategoriesWicket User Interface Web Frameworks CLI |
GroupId | GroupIdorg.apache.wicket |
ArtifactId | ArtifactIdwicket-eclipse-settings |
Last Version | Last Version4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicket Eclipse Settings
Used to contribute eclipse settings files for each submodule
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wicket-eclipse-settings-4.pom | |
wicket-eclipse-settings-4.jar | 10 KB |
wicket-eclipse-settings-4-sources.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.wicket/wicket-eclipse-settings/ -->
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-eclipse-settings</artifactId>
<version>4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-eclipse-settings/
implementation 'org.apache.wicket:wicket-eclipse-settings:4'
// https://jarcasting.com/artifacts/org.apache.wicket/wicket-eclipse-settings/
implementation ("org.apache.wicket:wicket-eclipse-settings:4")
'org.apache.wicket:wicket-eclipse-settings:jar:4'
<dependency org="org.apache.wicket" name="wicket-eclipse-settings" rev="4">
<artifact name="wicket-eclipse-settings" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.wicket', module='wicket-eclipse-settings', version='4')
)
libraryDependencies += "org.apache.wicket" % "wicket-eclipse-settings" % "4"
[org.apache.wicket/wicket-eclipse-settings "4"]