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