GroupId | GroupIdcom.sachinhandiekar |
---|---|
ArtifactId | ArtifactIdjMusixMatch |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
jMusixMatch-1.1.1.pom | |
jMusixMatch-1.1.1.jar | 21 KB |
jMusixMatch-1.1.1-sources.jar | 14 KB |
jMusixMatch-1.1.1-javadoc.jar | 182 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sachinhandiekar/jMusixMatch/ -->
<dependency>
<groupId>com.sachinhandiekar</groupId>
<artifactId>jMusixMatch</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.sachinhandiekar/jMusixMatch/
implementation 'com.sachinhandiekar:jMusixMatch:1.1.1'
// https://jarcasting.com/artifacts/com.sachinhandiekar/jMusixMatch/
implementation ("com.sachinhandiekar:jMusixMatch:1.1.1")
'com.sachinhandiekar:jMusixMatch:jar:1.1.1'
<dependency org="com.sachinhandiekar" name="jMusixMatch" rev="1.1.1">
<artifact name="jMusixMatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sachinhandiekar', module='jMusixMatch', version='1.1.1')
)
libraryDependencies += "com.sachinhandiekar" % "jMusixMatch" % "1.1.1"
[com.sachinhandiekar/jMusixMatch "1.1.1"]