GroupId | GroupIdcom.artistech |
---|---|
ArtifactId | ArtifactIdtuio-lib |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
tuio-lib-1.1.3.pom | |
tuio-lib-1.1.3.jar | 27 KB |
tuio-lib-1.1.3-sources.jar | 21 KB |
tuio-lib-1.1.3-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.artistech/tuio-lib/ -->
<dependency>
<groupId>com.artistech</groupId>
<artifactId>tuio-lib</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.artistech/tuio-lib/
implementation 'com.artistech:tuio-lib:1.1.3'
// https://jarcasting.com/artifacts/com.artistech/tuio-lib/
implementation ("com.artistech:tuio-lib:1.1.3")
'com.artistech:tuio-lib:jar:1.1.3'
<dependency org="com.artistech" name="tuio-lib" rev="1.1.3">
<artifact name="tuio-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.artistech', module='tuio-lib', version='1.1.3')
)
libraryDependencies += "com.artistech" % "tuio-lib" % "1.1.3"
[com.artistech/tuio-lib "1.1.3"]