| License |
License |
|---|---|
| GroupId | GroupIdcom.riscure |
| ArtifactId | ArtifactIdtrsfile |
| Last Version | Last Version2.2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.riscure:trsfile
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| trsfile-2.2.4.pom | |
| trsfile-2.2.4.jar | 82 KB |
| trsfile-2.2.4-sources.jar | 53 KB |
| trsfile-2.2.4-javadoc.jar | 720 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.riscure/trsfile/ -->
<dependency>
<groupId>com.riscure</groupId>
<artifactId>trsfile</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.riscure/trsfile/
implementation 'com.riscure:trsfile:2.2.4'
// https://jarcasting.com/artifacts/com.riscure/trsfile/
implementation ("com.riscure:trsfile:2.2.4")
'com.riscure:trsfile:jar:2.2.4'
<dependency org="com.riscure" name="trsfile" rev="2.2.4">
<artifact name="trsfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.riscure', module='trsfile', version='2.2.4')
)
libraryDependencies += "com.riscure" % "trsfile" % "2.2.4"
[com.riscure/trsfile "2.2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.0-M1 |
| org.junit.vintage : junit-vintage-engine | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.0-M1 |