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