MVN

it.tidalwave.geo.examples : application

Maven & Gradle

Sep 25, 2012

forceTen Example1 - NetBeans Platform based application

<dependency>
    <groupId>it.tidalwave.geo.examples</groupId>
    <artifactId>application</artifactId>
    <version>1.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.tidalwave.geo.examples : application to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24

All Versions

Choose a version of it.tidalwave.geo.examples : application to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.24
application-1.24

How to add a dependency to Maven

Add the following it.tidalwave.geo.examples : application maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.tidalwave.geo.examples</groupId>
    <artifactId>application</artifactId>
    <version>1.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.tidalwave.geo.examples : application gradle dependency to your build.gradle file:

implementation 'it.tidalwave.geo.examples:application:1.24'

Gradle Kotlin DSL: Add the following it.tidalwave.geo.examples : application gradle kotlin dependency to your build.gradle.kts file:

implementation("it.tidalwave.geo.examples:application:1.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.tidalwave.geo.examples : application sbt scala dependency to your build.sbt file:

libraryDependencies += "it.tidalwave.geo.examples" % "application" % "1.24"

Advertisement