License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.nemo |
ArtifactId | ArtifactIdnemo-client |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionNemo Client
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
nemo-client-0.1.pom | |
nemo-client-0.1.jar | 28 KB |
nemo-client-0.1-sources.jar | 23 KB |
nemo-client-0.1-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.nemo/nemo-client/ -->
<dependency>
<groupId>org.apache.nemo</groupId>
<artifactId>nemo-client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.nemo/nemo-client/
implementation 'org.apache.nemo:nemo-client:0.1'
// https://jarcasting.com/artifacts/org.apache.nemo/nemo-client/
implementation ("org.apache.nemo:nemo-client:0.1")
'org.apache.nemo:nemo-client:jar:0.1'
<dependency org="org.apache.nemo" name="nemo-client" rev="0.1">
<artifact name="nemo-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.nemo', module='nemo-client', version='0.1')
)
libraryDependencies += "org.apache.nemo" % "nemo-client" % "0.1"
[org.apache.nemo/nemo-client "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.nemo : nemo-common | jar | 0.1 |
org.apache.nemo : nemo-driver | jar | 0.1 |
org.apache.nemo : nemo-conf | jar | 0.1 |
org.apache.reef : reef-runtime-local | jar | 0.16.0 |
org.apache.reef : reef-runtime-yarn | jar | 0.16.0 |
com.google.protobuf : protobuf-java | jar | 2.5.0 |
org.xerial.snappy : snappy-java | jar | 1.1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.13.0 |
org.powermock : powermock-module-junit4 | jar | 2.0.0-beta.5 |
org.powermock : powermock-api-mockito2 | jar | 2.0.0-beta.5 |