is not current version
Last Version 2.1.7

org.tinfour:TinfourDemo 2.0

Demonstration classes, examples, and performance testing tools

GroupId

GroupId

org.tinfour
ArtifactId

ArtifactId

TinfourDemo
Version

Version

2.0
Type

Type

jar

Download TinfourDemo 2.0


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