Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.ocpsoft.rewrite |
ArtifactId | ArtifactIdrewrite-integration-gwt |
Version | Version2.0.0.Alpha3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ocpsoft.rewrite/rewrite-integration-gwt/ -->
<dependency>
<groupId>org.ocpsoft.rewrite</groupId>
<artifactId>rewrite-integration-gwt</artifactId>
<version>2.0.0.Alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ocpsoft.rewrite/rewrite-integration-gwt/
implementation 'org.ocpsoft.rewrite:rewrite-integration-gwt:2.0.0.Alpha3'
// https://jarcasting.com/artifacts/org.ocpsoft.rewrite/rewrite-integration-gwt/
implementation ("org.ocpsoft.rewrite:rewrite-integration-gwt:2.0.0.Alpha3")
'org.ocpsoft.rewrite:rewrite-integration-gwt:jar:2.0.0.Alpha3'
<dependency org="org.ocpsoft.rewrite" name="rewrite-integration-gwt" rev="2.0.0.Alpha3">
<artifact name="rewrite-integration-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ocpsoft.rewrite', module='rewrite-integration-gwt', version='2.0.0.Alpha3')
)
libraryDependencies += "org.ocpsoft.rewrite" % "rewrite-integration-gwt" % "2.0.0.Alpha3"
[org.ocpsoft.rewrite/rewrite-integration-gwt "2.0.0.Alpha3"]