GroupId | GroupIdorg.jupiter-rpc |
---|---|
ArtifactId | ArtifactIdjupiter-example |
Version | Version1.2.18.Beta4 |
Type | Typejar |
Filename | Size |
---|---|
jupiter-example-1.2.18.Beta4.pom | |
jupiter-example-1.2.18.Beta4.jar | 153 KB |
jupiter-example-1.2.18.Beta4-sources.jar | 83 KB |
jupiter-example-1.2.18.Beta4-javadoc.jar | 420 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jupiter-rpc/jupiter-example/ -->
<dependency>
<groupId>org.jupiter-rpc</groupId>
<artifactId>jupiter-example</artifactId>
<version>1.2.18.Beta4</version>
</dependency>
// https://jarcasting.com/artifacts/org.jupiter-rpc/jupiter-example/
implementation 'org.jupiter-rpc:jupiter-example:1.2.18.Beta4'
// https://jarcasting.com/artifacts/org.jupiter-rpc/jupiter-example/
implementation ("org.jupiter-rpc:jupiter-example:1.2.18.Beta4")
'org.jupiter-rpc:jupiter-example:jar:1.2.18.Beta4'
<dependency org="org.jupiter-rpc" name="jupiter-example" rev="1.2.18.Beta4">
<artifact name="jupiter-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jupiter-rpc', module='jupiter-example', version='1.2.18.Beta4')
)
libraryDependencies += "org.jupiter-rpc" % "jupiter-example" % "1.2.18.Beta4"
[org.jupiter-rpc/jupiter-example "1.2.18.Beta4"]