License |
License |
---|---|
GroupId | GroupIduk.ac.gate |
ArtifactId | ArtifactIdgcp-parent |
Last Version | Last Version3.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGATE Cloud Paralleliser
GCP is a tool for running saved GATE applications in multiple parallel
threads on a single machine.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gcp-parent-3.2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.ac.gate/gcp-parent/ -->
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gcp-parent</artifactId>
<version>3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gcp-parent/
implementation 'uk.ac.gate:gcp-parent:3.2'
// https://jarcasting.com/artifacts/uk.ac.gate/gcp-parent/
implementation ("uk.ac.gate:gcp-parent:3.2")
'uk.ac.gate:gcp-parent:pom:3.2'
<dependency org="uk.ac.gate" name="gcp-parent" rev="3.2">
<artifact name="gcp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gcp-parent', version='3.2')
)
libraryDependencies += "uk.ac.gate" % "gcp-parent" % "3.2"
[uk.ac.gate/gcp-parent "3.2"]