| Лицензия |
Лицензия
Project JXTA License
|
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.jxta |
| Идентификатор | Идентификаторjxse-shell |
| Версия | Версия2.5 |
| Тип | Типjar |
| Описание |
ОписаниеJXTA 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 JXTA |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.jxta : jxta-jxse | jar | 2.5 |
| bouncycastle : bcprov-jdk15 | jar | 136 |