GroupId | GroupIdcom.geetools.geemvc |
---|---|
ArtifactId | ArtifactIdgeemvc |
Version | Version0.9.1-rc4 |
Type | Typejar |
Filename | Size |
---|---|
geemvc-0.9.1-rc4.pom | |
geemvc-0.9.1-rc4.jar | 402 KB |
geemvc-0.9.1-rc4-sources.jar | 314 KB |
geemvc-0.9.1-rc4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.geetools.geemvc/geemvc/ -->
<dependency>
<groupId>com.geetools.geemvc</groupId>
<artifactId>geemvc</artifactId>
<version>0.9.1-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/com.geetools.geemvc/geemvc/
implementation 'com.geetools.geemvc:geemvc:0.9.1-rc4'
// https://jarcasting.com/artifacts/com.geetools.geemvc/geemvc/
implementation ("com.geetools.geemvc:geemvc:0.9.1-rc4")
'com.geetools.geemvc:geemvc:jar:0.9.1-rc4'
<dependency org="com.geetools.geemvc" name="geemvc" rev="0.9.1-rc4">
<artifact name="geemvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geetools.geemvc', module='geemvc', version='0.9.1-rc4')
)
libraryDependencies += "com.geetools.geemvc" % "geemvc" % "0.9.1-rc4"
[com.geetools.geemvc/geemvc "0.9.1-rc4"]