is not current version
Last Version 2.2.4

com.riscure:trsfile 2.2.1

Inspector Trace Set `.trs` file support for Java. Riscure Inspector uses the `.trs` file format to save and read traces from disk. To better assist reading and writing trace set files from third parties, Riscure published this Java library.

GroupId

GroupId

com.riscure
ArtifactId

ArtifactId

trsfile
Version

Version

2.2.1
Type

Type

jar

Download trsfile 2.2.1


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