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