MVN

org.apache.wicket : wicket-eclipse-settings

Maven & Gradle

Jan 14, 2018
1 usages

Wicket Eclipse Settings · Used to contribute eclipse settings files for each submodule

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-eclipse-settings</artifactId>
    <version>4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.wicket : wicket-eclipse-settings to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4

All Versions

Choose a version of org.apache.wicket : wicket-eclipse-settings to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4
wicket-eclipse-settings-4
3
wicket-eclipse-settings-3
2
wicket-eclipse-settings-2
1
wicket-eclipse-settings-1

How to add a dependency to Maven

Add the following org.apache.wicket : wicket-eclipse-settings maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.wicket</groupId>
    <artifactId>wicket-eclipse-settings</artifactId>
    <version>4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.wicket : wicket-eclipse-settings gradle dependency to your build.gradle file:

implementation 'org.apache.wicket:wicket-eclipse-settings:4'

Gradle Kotlin DSL: Add the following org.apache.wicket : wicket-eclipse-settings gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.wicket:wicket-eclipse-settings:4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.wicket : wicket-eclipse-settings sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.wicket" % "wicket-eclipse-settings" % "4"

Advertisement