is not current version
Last Version 0.3.0

com.github.microsoft:TSS.Java 0.2.0

A TPM 2.0 access library written in Java

GroupId

GroupId

com.github.microsoft
ArtifactId

ArtifactId

TSS.Java
Version

Version

0.2.0
Type

Type

jar

Download TSS.Java 0.2.0


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