Categories |
CategoriesAnt Build Tools CLI User Interface |
---|---|
GroupId | GroupIdorg.realityforge.replicant |
ArtifactId | ArtifactIdreplicant-client-ee |
Version | Version0.5.75 |
Type | Typejar |
Filename | Size |
---|---|
replicant-client-ee-0.5.75.pom | |
replicant-client-ee-0.5.75.jar | 27 KB |
replicant-client-ee-0.5.75-sources.jar | 11 KB |
replicant-client-ee-0.5.75-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.realityforge.replicant/replicant-client-ee/ -->
<dependency>
<groupId>org.realityforge.replicant</groupId>
<artifactId>replicant-client-ee</artifactId>
<version>0.5.75</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.replicant/replicant-client-ee/
implementation 'org.realityforge.replicant:replicant-client-ee:0.5.75'
// https://jarcasting.com/artifacts/org.realityforge.replicant/replicant-client-ee/
implementation ("org.realityforge.replicant:replicant-client-ee:0.5.75")
'org.realityforge.replicant:replicant-client-ee:jar:0.5.75'
<dependency org="org.realityforge.replicant" name="replicant-client-ee" rev="0.5.75">
<artifact name="replicant-client-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.replicant', module='replicant-client-ee', version='0.5.75')
)
libraryDependencies += "org.realityforge.replicant" % "replicant-client-ee" % "0.5.75"
[org.realityforge.replicant/replicant-client-ee "0.5.75"]