GroupId | GroupIdcom.geetools.geemvc |
---|---|
ArtifactId | ArtifactIdgeemvc |
Version | Version0.9.1-rc1 |
Type | Typejar |
Filename | Size |
---|---|
geemvc-0.9.1-rc1.pom | |
geemvc-0.9.1-rc1.jar | 401 KB |
geemvc-0.9.1-rc1-sources.jar | 313 KB |
geemvc-0.9.1-rc1-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-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/com.geetools.geemvc/geemvc/
implementation 'com.geetools.geemvc:geemvc:0.9.1-rc1'
// https://jarcasting.com/artifacts/com.geetools.geemvc/geemvc/
implementation ("com.geetools.geemvc:geemvc:0.9.1-rc1")
'com.geetools.geemvc:geemvc:jar:0.9.1-rc1'
<dependency org="com.geetools.geemvc" name="geemvc" rev="0.9.1-rc1">
<artifact name="geemvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.geetools.geemvc', module='geemvc', version='0.9.1-rc1')
)
libraryDependencies += "com.geetools.geemvc" % "geemvc" % "0.9.1-rc1"
[com.geetools.geemvc/geemvc "0.9.1-rc1"]