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