GroupId | GroupIdcom.github.raffaeleragni |
---|---|
ArtifactId | ArtifactIdtinder |
Version | Version1.5 |
Type | Typepom |
Filename | Size |
---|---|
tinder-1.5.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.raffaeleragni/tinder/ -->
<dependency>
<groupId>com.github.raffaeleragni</groupId>
<artifactId>tinder</artifactId>
<version>1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.raffaeleragni/tinder/
implementation 'com.github.raffaeleragni:tinder:1.5'
// https://jarcasting.com/artifacts/com.github.raffaeleragni/tinder/
implementation ("com.github.raffaeleragni:tinder:1.5")
'com.github.raffaeleragni:tinder:pom:1.5'
<dependency org="com.github.raffaeleragni" name="tinder" rev="1.5">
<artifact name="tinder" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.raffaeleragni', module='tinder', version='1.5')
)
libraryDependencies += "com.github.raffaeleragni" % "tinder" % "1.5"
[com.github.raffaeleragni/tinder "1.5"]