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