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