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