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