GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIdhelloworld-rmi-server |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
helloworld-rmi-server-1.1.1.pom | |
helloworld-rmi-server-1.1.1.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-rmi-server/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>helloworld-rmi-server</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-rmi-server/
implementation 'org.ow2.frascati.examples:helloworld-rmi-server:1.1.1'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-rmi-server/
implementation ("org.ow2.frascati.examples:helloworld-rmi-server:1.1.1")
'org.ow2.frascati.examples:helloworld-rmi-server:jar:1.1.1'
<dependency org="org.ow2.frascati.examples" name="helloworld-rmi-server" rev="1.1.1">
<artifact name="helloworld-rmi-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='helloworld-rmi-server', version='1.1.1')
)
libraryDependencies += "org.ow2.frascati.examples" % "helloworld-rmi-server" % "1.1.1"
[org.ow2.frascati.examples/helloworld-rmi-server "1.1.1"]