Categories |
CategoriesAnt Build Tools CLI User Interface |
---|---|
GroupId | GroupIdorg.realityforge.replicant |
ArtifactId | ArtifactIdreplicant-client-ee |
Version | Version5.97 |
Type | Typejar |
Filename | Size |
---|---|
replicant-client-ee-5.97.pom | |
replicant-client-ee-5.97.jar | 41 KB |
replicant-client-ee-5.97-sources.jar | 19 KB |
replicant-client-ee-5.97-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.97</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.replicant/replicant-client-ee/
implementation 'org.realityforge.replicant:replicant-client-ee:5.97'
// https://jarcasting.com/artifacts/org.realityforge.replicant/replicant-client-ee/
implementation ("org.realityforge.replicant:replicant-client-ee:5.97")
'org.realityforge.replicant:replicant-client-ee:jar:5.97'
<dependency org="org.realityforge.replicant" name="replicant-client-ee" rev="5.97">
<artifact name="replicant-client-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.replicant', module='replicant-client-ee', version='5.97')
)
libraryDependencies += "org.realityforge.replicant" % "replicant-client-ee" % "5.97"
[org.realityforge.replicant/replicant-client-ee "5.97"]