GroupId | GroupIdcom.github.raffaeleragni |
---|---|
ArtifactId | ArtifactIdtinder-core |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
tinder-core-1.4.pom | |
tinder-core-1.4.jar | 45 KB |
tinder-core-1.4-sources.jar | 37 KB |
tinder-core-1.4-javadoc.jar | 176 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.raffaeleragni/tinder-core/ -->
<dependency>
<groupId>com.github.raffaeleragni</groupId>
<artifactId>tinder-core</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.raffaeleragni/tinder-core/
implementation 'com.github.raffaeleragni:tinder-core:1.4'
// https://jarcasting.com/artifacts/com.github.raffaeleragni/tinder-core/
implementation ("com.github.raffaeleragni:tinder-core:1.4")
'com.github.raffaeleragni:tinder-core:jar:1.4'
<dependency org="com.github.raffaeleragni" name="tinder-core" rev="1.4">
<artifact name="tinder-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.raffaeleragni', module='tinder-core', version='1.4')
)
libraryDependencies += "com.github.raffaeleragni" % "tinder-core" % "1.4"
[com.github.raffaeleragni/tinder-core "1.4"]