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