GroupId | GroupIdcom.tinder.scarlet |
---|---|
ArtifactId | ArtifactIdscarlet |
Version | Version0.1.10 |
Type | Typejar |
Filename | Size |
---|---|
scarlet-0.1.10.pom | |
scarlet-0.1.10.jar | 165 KB |
scarlet-0.1.10-sources.jar | 21 KB |
scarlet-0.1.10-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tinder.scarlet/scarlet/ -->
<dependency>
<groupId>com.tinder.scarlet</groupId>
<artifactId>scarlet</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinder.scarlet/scarlet/
implementation 'com.tinder.scarlet:scarlet:0.1.10'
// https://jarcasting.com/artifacts/com.tinder.scarlet/scarlet/
implementation ("com.tinder.scarlet:scarlet:0.1.10")
'com.tinder.scarlet:scarlet:jar:0.1.10'
<dependency org="com.tinder.scarlet" name="scarlet" rev="0.1.10">
<artifact name="scarlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinder.scarlet', module='scarlet', version='0.1.10')
)
libraryDependencies += "com.tinder.scarlet" % "scarlet" % "0.1.10"
[com.tinder.scarlet/scarlet "0.1.10"]