Categories |
CategoriesAnt Build Tools GWT (Google Web Toolkit) User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdorg.realityforge.replicant |
ArtifactId | ArtifactIdreplicant-client-gwt |
Version | Version0.5.75 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.realityforge.replicant/replicant-client-gwt/ -->
<dependency>
<groupId>org.realityforge.replicant</groupId>
<artifactId>replicant-client-gwt</artifactId>
<version>0.5.75</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.replicant/replicant-client-gwt/
implementation 'org.realityforge.replicant:replicant-client-gwt:0.5.75'
// https://jarcasting.com/artifacts/org.realityforge.replicant/replicant-client-gwt/
implementation ("org.realityforge.replicant:replicant-client-gwt:0.5.75")
'org.realityforge.replicant:replicant-client-gwt:jar:0.5.75'
<dependency org="org.realityforge.replicant" name="replicant-client-gwt" rev="0.5.75">
<artifact name="replicant-client-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.replicant', module='replicant-client-gwt', version='0.5.75')
)
libraryDependencies += "org.realityforge.replicant" % "replicant-client-gwt" % "0.5.75"
[org.realityforge.replicant/replicant-client-gwt "0.5.75"]