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