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