| License |
License |
|---|---|
| GroupId | GroupIdcom.illposed.osc |
| ArtifactId | ArtifactIdjavaosc-parent |
| Version | Version0.8 |
| Type | Typepom |
| Description |
DescriptionJavaOSC-Parent
An Open Sound Control library implementation in Java - Parent
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| javaosc-parent-0.8.pom | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.illposed.osc/javaosc-parent/ -->
<dependency>
<groupId>com.illposed.osc</groupId>
<artifactId>javaosc-parent</artifactId>
<version>0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.illposed.osc/javaosc-parent/
implementation 'com.illposed.osc:javaosc-parent:0.8'
// https://jarcasting.com/artifacts/com.illposed.osc/javaosc-parent/
implementation ("com.illposed.osc:javaosc-parent:0.8")
'com.illposed.osc:javaosc-parent:pom:0.8'
<dependency org="com.illposed.osc" name="javaosc-parent" rev="0.8">
<artifact name="javaosc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.illposed.osc', module='javaosc-parent', version='0.8')
)
libraryDependencies += "com.illposed.osc" % "javaosc-parent" % "0.8"
[com.illposed.osc/javaosc-parent "0.8"]