Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.realityforge.gwt.qr_code |
ArtifactId | ArtifactIdgwt-qr-code |
Version | Version0.01 |
Type | Typejar |
Filename | Size |
---|---|
gwt-qr-code-0.01.pom | |
gwt-qr-code-0.01.jar | 57 KB |
gwt-qr-code-0.01-sources.jar | 19 KB |
gwt-qr-code-0.01-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.realityforge.gwt.qr_code/gwt-qr-code/ -->
<dependency>
<groupId>org.realityforge.gwt.qr_code</groupId>
<artifactId>gwt-qr-code</artifactId>
<version>0.01</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.gwt.qr_code/gwt-qr-code/
implementation 'org.realityforge.gwt.qr_code:gwt-qr-code:0.01'
// https://jarcasting.com/artifacts/org.realityforge.gwt.qr_code/gwt-qr-code/
implementation ("org.realityforge.gwt.qr_code:gwt-qr-code:0.01")
'org.realityforge.gwt.qr_code:gwt-qr-code:jar:0.01'
<dependency org="org.realityforge.gwt.qr_code" name="gwt-qr-code" rev="0.01">
<artifact name="gwt-qr-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.gwt.qr_code', module='gwt-qr-code', version='0.01')
)
libraryDependencies += "org.realityforge.gwt.qr_code" % "gwt-qr-code" % "0.01"
[org.realityforge.gwt.qr_code/gwt-qr-code "0.01"]