License |
License
Project JXTA License
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.jxta |
ArtifactId | ArtifactIdjxse-shell |
Last Version | Last Version2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJXTA Shell
The JXTA Shell is a sample application that demonstrates key concepts
of JXTA JXSE. The JXTA Shell enables users to interact with the JXTA
platform through a command-line interpreter. Much like the UNIX® shell,
the JXTA Shell is useful for accessing and managing core platform objects
(peers, groups, pipes), debugging communications problems, checking the
status of peers and/or peer groups, and communicating with other JXTA
services and applications. As in UNIX®, the JXTA shell allows users to
"pipe" shell commands together connecting commands "on-the-fly." Pipes
in Project JXTA are useful for collecting information at one peer and
perhaps processing the command at another.
|
Project Organization |
Project OrganizationProject JXTA |
Filename | Size |
---|---|
jxse-shell-2.5.pom | |
jxse-shell-2.5.jar | 307 KB |
jxse-shell-2.5-sources.jar | 281 KB |
jxse-shell-2.5-javadoc.jar | 906 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jxta/jxse-shell/ -->
<dependency>
<groupId>net.jxta</groupId>
<artifactId>jxse-shell</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.jxta/jxse-shell/
implementation 'net.jxta:jxse-shell:2.5'
// https://jarcasting.com/artifacts/net.jxta/jxse-shell/
implementation ("net.jxta:jxse-shell:2.5")
'net.jxta:jxse-shell:jar:2.5'
<dependency org="net.jxta" name="jxse-shell" rev="2.5">
<artifact name="jxse-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jxta', module='jxse-shell', version='2.5')
)
libraryDependencies += "net.jxta" % "jxse-shell" % "2.5"
[net.jxta/jxse-shell "2.5"]
Group / Artifact | Type | Version |
---|---|---|
net.jxta : jxta-jxse | jar | 2.5 |
bouncycastle : bcprov-jdk15 | jar | 136 |