Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.intendia.gwt.rxgwt2 |
ArtifactId | ArtifactIdrxgwt-parent |
Version | Version2.1 |
Type | Typepom |
Filename | Size |
---|---|
rxgwt-parent-2.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.intendia.gwt.rxgwt2/rxgwt-parent/ -->
<dependency>
<groupId>com.intendia.gwt.rxgwt2</groupId>
<artifactId>rxgwt-parent</artifactId>
<version>2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.intendia.gwt.rxgwt2/rxgwt-parent/
implementation 'com.intendia.gwt.rxgwt2:rxgwt-parent:2.1'
// https://jarcasting.com/artifacts/com.intendia.gwt.rxgwt2/rxgwt-parent/
implementation ("com.intendia.gwt.rxgwt2:rxgwt-parent:2.1")
'com.intendia.gwt.rxgwt2:rxgwt-parent:pom:2.1'
<dependency org="com.intendia.gwt.rxgwt2" name="rxgwt-parent" rev="2.1">
<artifact name="rxgwt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.intendia.gwt.rxgwt2', module='rxgwt-parent', version='2.1')
)
libraryDependencies += "com.intendia.gwt.rxgwt2" % "rxgwt-parent" % "2.1"
[com.intendia.gwt.rxgwt2/rxgwt-parent "2.1"]