is not current version
Last Version 0.4.2

ca.eandb.jdcp:jdcp 0.3.1

Java Distributed Computing Platform: A client/server based application running Java-based distributed computing jobs.

GroupId

GroupId

ca.eandb.jdcp
ArtifactId

ArtifactId

jdcp
Version

Version

0.3.1
Type

Type

pom

Download jdcp 0.3.1

Filename Size
jdcp-0.3.1.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/ca.eandb.jdcp/jdcp/ -->
<dependency>
    <groupId>ca.eandb.jdcp</groupId>
    <artifactId>jdcp</artifactId>
    <version>0.3.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ca.eandb.jdcp/jdcp/
implementation 'ca.eandb.jdcp:jdcp:0.3.1'
// https://jarcasting.com/artifacts/ca.eandb.jdcp/jdcp/
implementation ("ca.eandb.jdcp:jdcp:0.3.1")
'ca.eandb.jdcp:jdcp:pom:0.3.1'
<dependency org="ca.eandb.jdcp" name="jdcp" rev="0.3.1">
  <artifact name="jdcp" type="pom" />
</dependency>
@Grapes(
@Grab(group='ca.eandb.jdcp', module='jdcp', version='0.3.1')
)
libraryDependencies += "ca.eandb.jdcp" % "jdcp" % "0.3.1"
[ca.eandb.jdcp/jdcp "0.3.1"]