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