не последняя версия
Последняя версия 2.2.4

com.riscure:trsfile 2.2

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.

Группа

Группа

com.riscure
Идентификатор

Идентификатор

trsfile
Версия

Версия

2.2
Тип

Тип

jar

Скачать trsfile 2.2


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