GroupId | GroupIdcom.josesamuel |
---|---|
ArtifactId | ArtifactIdremoter-annotations |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.josesamuel/remoter-annotations/ -->
<dependency>
<groupId>com.josesamuel</groupId>
<artifactId>remoter-annotations</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.josesamuel/remoter-annotations/
implementation 'com.josesamuel:remoter-annotations:2.0.0'
// https://jarcasting.com/artifacts/com.josesamuel/remoter-annotations/
implementation ("com.josesamuel:remoter-annotations:2.0.0")
'com.josesamuel:remoter-annotations:jar:2.0.0'
<dependency org="com.josesamuel" name="remoter-annotations" rev="2.0.0">
<artifact name="remoter-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.josesamuel', module='remoter-annotations', version='2.0.0')
)
libraryDependencies += "com.josesamuel" % "remoter-annotations" % "2.0.0"
[com.josesamuel/remoter-annotations "2.0.0"]