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