License |
License |
---|---|
Categories |
CategoriesData Net |
GroupId | GroupIdnet.databinder.dispatch |
ArtifactId | ArtifactIdcore_2.9.0 |
Last Version | Last Version0.9.0-alpha6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore
Core Dispatch module wrapping sonatype/async-http-client
|
Project Organization |
Project Organizationnet.databinder.dispatch |
Filename | Size |
---|---|
core_2.9.0-0.9.0-alpha6.pom | |
core_2.9.0-0.9.0-alpha6.jar | 55 KB |
core_2.9.0-0.9.0-alpha6-sources.jar | 3 KB |
core_2.9.0-0.9.0-alpha6-javadoc.jar | 297 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.databinder.dispatch/core_2.9.0/ -->
<dependency>
<groupId>net.databinder.dispatch</groupId>
<artifactId>core_2.9.0</artifactId>
<version>0.9.0-alpha6</version>
</dependency>
// https://jarcasting.com/artifacts/net.databinder.dispatch/core_2.9.0/
implementation 'net.databinder.dispatch:core_2.9.0:0.9.0-alpha6'
// https://jarcasting.com/artifacts/net.databinder.dispatch/core_2.9.0/
implementation ("net.databinder.dispatch:core_2.9.0:0.9.0-alpha6")
'net.databinder.dispatch:core_2.9.0:jar:0.9.0-alpha6'
<dependency org="net.databinder.dispatch" name="core_2.9.0" rev="0.9.0-alpha6">
<artifact name="core_2.9.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.databinder.dispatch', module='core_2.9.0', version='0.9.0-alpha6')
)
libraryDependencies += "net.databinder.dispatch" % "core_2.9.0" % "0.9.0-alpha6"
[net.databinder.dispatch/core_2.9.0 "0.9.0-alpha6"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.9.0 |
com.ning : async-http-client | jar | 1.7.4 |