GroupId | GroupIdcom.oneandone |
---|---|
ArtifactId | ArtifactIdtypedrest |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
typedrest-0.6.pom | |
typedrest-0.6.jar | 22 KB |
typedrest-0.6-sources.jar | 16 KB |
typedrest-0.6-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.oneandone/typedrest/ -->
<dependency>
<groupId>com.oneandone</groupId>
<artifactId>typedrest</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.oneandone/typedrest/
implementation 'com.oneandone:typedrest:0.6'
// https://jarcasting.com/artifacts/com.oneandone/typedrest/
implementation ("com.oneandone:typedrest:0.6")
'com.oneandone:typedrest:jar:0.6'
<dependency org="com.oneandone" name="typedrest" rev="0.6">
<artifact name="typedrest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oneandone', module='typedrest', version='0.6')
)
libraryDependencies += "com.oneandone" % "typedrest" % "0.6"
[com.oneandone/typedrest "0.6"]