is not current version
Last Version 2.1.7

org.tinfour:TinfourDemo 2.1.3

Demonstration classes, examples, and performance testing tools

GroupId

GroupId

org.tinfour
ArtifactId

ArtifactId

TinfourDemo
Version

Version

2.1.3
Type

Type

jar

Download TinfourDemo 2.1.3


<!-- https://jarcasting.com/artifacts/org.tinfour/TinfourDemo/ -->
<dependency>
    <groupId>org.tinfour</groupId>
    <artifactId>TinfourDemo</artifactId>
    <version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinfour/TinfourDemo/
implementation 'org.tinfour:TinfourDemo:2.1.3'
// https://jarcasting.com/artifacts/org.tinfour/TinfourDemo/
implementation ("org.tinfour:TinfourDemo:2.1.3")
'org.tinfour:TinfourDemo:jar:2.1.3'
<dependency org="org.tinfour" name="TinfourDemo" rev="2.1.3">
  <artifact name="TinfourDemo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinfour', module='TinfourDemo', version='2.1.3')
)
libraryDependencies += "org.tinfour" % "TinfourDemo" % "2.1.3"
[org.tinfour/TinfourDemo "2.1.3"]