Categories |
CategoriesCLI User Interface JSON Data |
---|---|
GroupId | GroupIdorg.ow2.frascati.examples |
ArtifactId | ArtifactIdhelloworld-jsonrpc-client |
Version | Version1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-jsonrpc-client/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>helloworld-jsonrpc-client</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-jsonrpc-client/
implementation 'org.ow2.frascati.examples:helloworld-jsonrpc-client:1.3'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-jsonrpc-client/
implementation ("org.ow2.frascati.examples:helloworld-jsonrpc-client:1.3")
'org.ow2.frascati.examples:helloworld-jsonrpc-client:jar:1.3'
<dependency org="org.ow2.frascati.examples" name="helloworld-jsonrpc-client" rev="1.3">
<artifact name="helloworld-jsonrpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='helloworld-jsonrpc-client', version='1.3')
)
libraryDependencies += "org.ow2.frascati.examples" % "helloworld-jsonrpc-client" % "1.3"
[org.ow2.frascati.examples/helloworld-jsonrpc-client "1.3"]