Categories |
CategoriesData Net |
---|---|
GroupId | GroupIdnet.databinder |
ArtifactId | ArtifactIddispatch-core_2.8.0 |
Version | Version0.8.0.Beta5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.databinder/dispatch-core_2.8.0/ -->
<dependency>
<groupId>net.databinder</groupId>
<artifactId>dispatch-core_2.8.0</artifactId>
<version>0.8.0.Beta5</version>
</dependency>
// https://jarcasting.com/artifacts/net.databinder/dispatch-core_2.8.0/
implementation 'net.databinder:dispatch-core_2.8.0:0.8.0.Beta5'
// https://jarcasting.com/artifacts/net.databinder/dispatch-core_2.8.0/
implementation ("net.databinder:dispatch-core_2.8.0:0.8.0.Beta5")
'net.databinder:dispatch-core_2.8.0:jar:0.8.0.Beta5'
<dependency org="net.databinder" name="dispatch-core_2.8.0" rev="0.8.0.Beta5">
<artifact name="dispatch-core_2.8.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.databinder', module='dispatch-core_2.8.0', version='0.8.0.Beta5')
)
libraryDependencies += "net.databinder" % "dispatch-core_2.8.0" % "0.8.0.Beta5"
[net.databinder/dispatch-core_2.8.0 "0.8.0.Beta5"]