GroupId | GroupIdcom.github.manosbatsis.partiture |
---|---|
ArtifactId | ArtifactIdpartiture |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
partiture-0.8.pom | |
partiture-0.8.jar | 89 KB |
partiture-0.8-sources.jar | 38 KB |
partiture-0.8-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.manosbatsis.partiture/partiture/ -->
<dependency>
<groupId>com.github.manosbatsis.partiture</groupId>
<artifactId>partiture</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.manosbatsis.partiture/partiture/
implementation 'com.github.manosbatsis.partiture:partiture:0.8'
// https://jarcasting.com/artifacts/com.github.manosbatsis.partiture/partiture/
implementation ("com.github.manosbatsis.partiture:partiture:0.8")
'com.github.manosbatsis.partiture:partiture:jar:0.8'
<dependency org="com.github.manosbatsis.partiture" name="partiture" rev="0.8">
<artifact name="partiture" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.manosbatsis.partiture', module='partiture', version='0.8')
)
libraryDependencies += "com.github.manosbatsis.partiture" % "partiture" % "0.8"
[com.github.manosbatsis.partiture/partiture "0.8"]