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