GroupId | GroupIdde.thomas-oster |
---|---|
ArtifactId | ArtifactIdrest2typescript-annotations |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.thomas-oster/rest2typescript-annotations/ -->
<dependency>
<groupId>de.thomas-oster</groupId>
<artifactId>rest2typescript-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.thomas-oster/rest2typescript-annotations/
implementation 'de.thomas-oster:rest2typescript-annotations:1.0'
// https://jarcasting.com/artifacts/de.thomas-oster/rest2typescript-annotations/
implementation ("de.thomas-oster:rest2typescript-annotations:1.0")
'de.thomas-oster:rest2typescript-annotations:jar:1.0'
<dependency org="de.thomas-oster" name="rest2typescript-annotations" rev="1.0">
<artifact name="rest2typescript-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.thomas-oster', module='rest2typescript-annotations', version='1.0')
)
libraryDependencies += "de.thomas-oster" % "rest2typescript-annotations" % "1.0"
[de.thomas-oster/rest2typescript-annotations "1.0"]