| GroupId | GroupIdcom.tinder.scarlet |
|---|---|
| ArtifactId | ArtifactIdtest-utils |
| Version | Version0.1.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| test-utils-0.1.9.pom | |
| test-utils-0.1.9.jar | 19 KB |
| test-utils-0.1.9-sources.jar | 2 KB |
| test-utils-0.1.9-javadoc.jar | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tinder.scarlet/test-utils/ -->
<dependency>
<groupId>com.tinder.scarlet</groupId>
<artifactId>test-utils</artifactId>
<version>0.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.tinder.scarlet/test-utils/
implementation 'com.tinder.scarlet:test-utils:0.1.9'
// https://jarcasting.com/artifacts/com.tinder.scarlet/test-utils/
implementation ("com.tinder.scarlet:test-utils:0.1.9")
'com.tinder.scarlet:test-utils:jar:0.1.9'
<dependency org="com.tinder.scarlet" name="test-utils" rev="0.1.9">
<artifact name="test-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tinder.scarlet', module='test-utils', version='0.1.9')
)
libraryDependencies += "com.tinder.scarlet" % "test-utils" % "0.1.9"
[com.tinder.scarlet/test-utils "0.1.9"]