Categories |
CategoriesData Net |
---|---|
GroupId | GroupIdnet.databinder |
ArtifactId | ArtifactIddispatch-gae_2.8.0 |
Version | Version0.8.6 |
Type | Typejar |
Filename | Size |
---|---|
dispatch-gae_2.8.0-0.8.6.pom | |
dispatch-gae_2.8.0-0.8.6.jar | 15 KB |
dispatch-gae_2.8.0-0.8.6-sources.jar | 2 KB |
dispatch-gae_2.8.0-0.8.6-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.databinder/dispatch-gae_2.8.0/ -->
<dependency>
<groupId>net.databinder</groupId>
<artifactId>dispatch-gae_2.8.0</artifactId>
<version>0.8.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.databinder/dispatch-gae_2.8.0/
implementation 'net.databinder:dispatch-gae_2.8.0:0.8.6'
// https://jarcasting.com/artifacts/net.databinder/dispatch-gae_2.8.0/
implementation ("net.databinder:dispatch-gae_2.8.0:0.8.6")
'net.databinder:dispatch-gae_2.8.0:jar:0.8.6'
<dependency org="net.databinder" name="dispatch-gae_2.8.0" rev="0.8.6">
<artifact name="dispatch-gae_2.8.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.databinder', module='dispatch-gae_2.8.0', version='0.8.6')
)
libraryDependencies += "net.databinder" % "dispatch-gae_2.8.0" % "0.8.6"
[net.databinder/dispatch-gae_2.8.0 "0.8.6"]