i

intoto4j

The intoto4j library provides Java tools and classes for generating artifacts consistent with the in-toto (https://in-toto.io/) framework.
Apache License, Version 2.0
IBM
Adam Yoho
Files download
File Operation
intoto4j-1.0.jar download
intoto4j-1.0.pom download
Apache Maven
<dependency>
  <groupId>com.ibm.websphere.appserver.features</groupId>
  <artifactId>intoto4j</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.ibm.websphere.appserver.features:intoto4j:1.0'
Gradle Kotlin
implementation("com.ibm.websphere.appserver.features:intoto4j:1.0")
Scala SBT
libraryDependencies += "com.ibm.websphere.appserver.features" % "intoto4j" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.websphere.appserver.features', module='intoto4j', version='1.0')
)
Apache Ivy
<dependency org="com.ibm.websphere.appserver.features" name="intoto4j" rev="1.0" />
Leiningen
[com.ibm.websphere.appserver.features/intoto4j "1.0"]
Apache Buildr
'com.ibm.websphere.appserver.features:intoto4j:jar:1.0'