Categories |
CategoriesVaadin User Interface Web Frameworks CLI |
---|---|
GroupId | GroupIdcom.oneandone |
ArtifactId | ArtifactIdtypedrest-sample-client-vaadin |
Version | Version0.19 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.oneandone/typedrest-sample-client-vaadin/ -->
<dependency>
<groupId>com.oneandone</groupId>
<artifactId>typedrest-sample-client-vaadin</artifactId>
<version>0.19</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneandone/typedrest-sample-client-vaadin/
implementation 'com.oneandone:typedrest-sample-client-vaadin:0.19'
// https://jarcasting.com/artifacts/com.oneandone/typedrest-sample-client-vaadin/
implementation ("com.oneandone:typedrest-sample-client-vaadin:0.19")
'com.oneandone:typedrest-sample-client-vaadin:jar:0.19'
<dependency org="com.oneandone" name="typedrest-sample-client-vaadin" rev="0.19">
<artifact name="typedrest-sample-client-vaadin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneandone', module='typedrest-sample-client-vaadin', version='0.19')
)
libraryDependencies += "com.oneandone" % "typedrest-sample-client-vaadin" % "0.19"
[com.oneandone/typedrest-sample-client-vaadin "0.19"]