MVN

com.github.pcmehlitz : worldwind-pcm

Maven & Gradle

Jul 15, 2021
3 usages
5 stars

worldwind-pcm · worldwind-pcm

<dependency>
    <groupId>com.github.pcmehlitz</groupId>
    <artifactId>worldwind-pcm</artifactId>
    <version>2.1.0.206</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pcmehlitz : worldwind-pcm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0.206

All Versions

Choose a version of com.github.pcmehlitz : worldwind-pcm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
worldwind-pcm-2.1.0.206
worldwind-pcm-2.1.0.202
worldwind-pcm-2.1.0.198
worldwind-pcm-2.1.0.197
worldwind-pcm-2.1.0.187
worldwind-pcm-2.1.0.185
worldwind-pcm-2.1.0.181
worldwind-pcm-2.1.0.180

How to add a dependency to Maven

Add the following com.github.pcmehlitz : worldwind-pcm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.pcmehlitz</groupId>
    <artifactId>worldwind-pcm</artifactId>
    <version>2.1.0.206</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pcmehlitz : worldwind-pcm gradle dependency to your build.gradle file:

implementation 'com.github.pcmehlitz:worldwind-pcm:2.1.0.206'

Gradle Kotlin DSL: Add the following com.github.pcmehlitz : worldwind-pcm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pcmehlitz:worldwind-pcm:2.1.0.206")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pcmehlitz : worldwind-pcm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pcmehlitz" % "worldwind-pcm" % "2.1.0.206"

Advertisement