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