не последняя версия
Последняя версия 1.4

org.ow2.frascati.examples:helloworld-rmi-client 1.3


Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.ow2.frascati.examples
Идентификатор

Идентификатор

helloworld-rmi-client
Версия

Версия

1.3
Тип

Тип

jar

Скачать helloworld-rmi-client 1.3


<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-rmi-client/ -->
<dependency>
    <groupId>org.ow2.frascati.examples</groupId>
    <artifactId>helloworld-rmi-client</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-rmi-client/
implementation 'org.ow2.frascati.examples:helloworld-rmi-client:1.3'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-rmi-client/
implementation ("org.ow2.frascati.examples:helloworld-rmi-client:1.3")
'org.ow2.frascati.examples:helloworld-rmi-client:jar:1.3'
<dependency org="org.ow2.frascati.examples" name="helloworld-rmi-client" rev="1.3">
  <artifact name="helloworld-rmi-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='helloworld-rmi-client', version='1.3')
)
libraryDependencies += "org.ow2.frascati.examples" % "helloworld-rmi-client" % "1.3"
[org.ow2.frascati.examples/helloworld-rmi-client "1.3"]