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