| GroupId | GroupIdcom.spotify.crunch |
|---|---|
| ArtifactId | ArtifactIdcrunch-lib |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| crunch-lib-0.0.2.pom | |
| crunch-lib-0.0.2.jar | 21 KB |
| crunch-lib-0.0.2-sources.jar | 8 KB |
| crunch-lib-0.0.2-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify.crunch/crunch-lib/ -->
<dependency>
<groupId>com.spotify.crunch</groupId>
<artifactId>crunch-lib</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.crunch/crunch-lib/
implementation 'com.spotify.crunch:crunch-lib:0.0.2'
// https://jarcasting.com/artifacts/com.spotify.crunch/crunch-lib/
implementation ("com.spotify.crunch:crunch-lib:0.0.2")
'com.spotify.crunch:crunch-lib:jar:0.0.2'
<dependency org="com.spotify.crunch" name="crunch-lib" rev="0.0.2">
<artifact name="crunch-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify.crunch', module='crunch-lib', version='0.0.2')
)
libraryDependencies += "com.spotify.crunch" % "crunch-lib" % "0.0.2"
[com.spotify.crunch/crunch-lib "0.0.2"]