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