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