GroupId | GroupIdcom.github.pcmehlitz |
---|---|
ArtifactId | ArtifactIdworldwind-pcm |
Version | Version2.1.0.185 |
Type | Typejar |
Filename | Size |
---|---|
worldwind-pcm-2.1.0.185.pom | |
worldwind-pcm-2.1.0.185.jar | 7 MB |
worldwind-pcm-2.1.0.185-sources.jar | 3 MB |
worldwind-pcm-2.1.0.185-javadoc.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pcmehlitz/worldwind-pcm/ -->
<dependency>
<groupId>com.github.pcmehlitz</groupId>
<artifactId>worldwind-pcm</artifactId>
<version>2.1.0.185</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pcmehlitz/worldwind-pcm/
implementation 'com.github.pcmehlitz:worldwind-pcm:2.1.0.185'
// https://jarcasting.com/artifacts/com.github.pcmehlitz/worldwind-pcm/
implementation ("com.github.pcmehlitz:worldwind-pcm:2.1.0.185")
'com.github.pcmehlitz:worldwind-pcm:jar:2.1.0.185'
<dependency org="com.github.pcmehlitz" name="worldwind-pcm" rev="2.1.0.185">
<artifact name="worldwind-pcm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pcmehlitz', module='worldwind-pcm', version='2.1.0.185')
)
libraryDependencies += "com.github.pcmehlitz" % "worldwind-pcm" % "2.1.0.185"
[com.github.pcmehlitz/worldwind-pcm "2.1.0.185"]