Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.spotify.sparkey |
ArtifactId | ArtifactIdsparkey |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sparkey-3.0.1.pom | |
sparkey-3.0.1.jar | 103 KB |
sparkey-3.0.1-sources.jar | 55 KB |
sparkey-3.0.1-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify.sparkey/sparkey/ -->
<dependency>
<groupId>com.spotify.sparkey</groupId>
<artifactId>sparkey</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify.sparkey/sparkey/
implementation 'com.spotify.sparkey:sparkey:3.0.1'
// https://jarcasting.com/artifacts/com.spotify.sparkey/sparkey/
implementation ("com.spotify.sparkey:sparkey:3.0.1")
'com.spotify.sparkey:sparkey:jar:3.0.1'
<dependency org="com.spotify.sparkey" name="sparkey" rev="3.0.1">
<artifact name="sparkey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify.sparkey', module='sparkey', version='3.0.1')
)
libraryDependencies += "com.spotify.sparkey" % "sparkey" % "3.0.1"
[com.spotify.sparkey/sparkey "3.0.1"]