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