Skip to content

Latest commit

 

History

History
64 lines (46 loc) · 3.37 KB

dependencies.md

File metadata and controls

64 lines (46 loc) · 3.37 KB

External dependencies

This file lists the dependencies used in this repository.

Tool Dependencies

Dependency License
Java JDK 8 Adopt GNU General Public License (GPL) Version 2
Gradle 6.8.3 Apache 2.0 License

Runtime Dependencies

Dependency License
net.i2p.crypto:eddsa:0.3.0 CC 1.0 Universal

Test Dependencies

Dependency License
io.nats:jnats-server-runner:1.2.5 Apache 2.0 License
org.apiguardian:apiguardian-api:1.1.0 Apache 2.0 License
org.junit.jupiter:junit-jupiter:5.9.0 Eclipse Public License v2.0
org.junit:junit-bom:5.9.0 Eclipse Public License v2.0
org.junit.jupiter:junit-jupiter:5.9.0 Eclipse Public License v2.0
org.junit.jupiter:junit-jupiter-api:5.9.0 Eclipse Public License v2.0
org.junit.jupiter:junit-jupiter-api:5.9.0 Eclipse Public License v2.0
org.junit.jupiter:junit-jupiter-engine:5.9.0 Eclipse Public License v2.0
org.junit.jupiter:junit-jupiter-params:5.9.0 Eclipse Public License v2.0
org.junit.platform:junit-platform-commons:1.9.0 Eclipse Public License v2.0
org.junit.platform:junit-platform-engine:1.9.0 Eclipse Public License v2.0
org.opentest4j:opentest4j:1.2.0 Apache 2.0 License

Build / Coverage Dependencies

Dependency License
org.jacoco:org.jacoco.agent:0.8.6 Eclipse Public License Version 2.0
org.jacoco:org.jacoco.ant:0.8.6 Eclipse Public License Version 2.0
org.jacoco:org.jacoco.core:0.8.6 Eclipse Public License Version 2.0
org.jacoco:org.jacoco.report:0.8.6 Eclipse Public License Version 2.0
org.ow2.asm:asm:8.0.1 BSD 3-Clause "New" or "Revised" License
org.ow2.asm:asm-analysis:8.0.1 BSD 3-Clause "New" or "Revised" License
org.ow2.asm:asm-commons:8.0.1 BSD 3-Clause "New" or "Revised" License
org.ow2.asm:asm-tree:8.0.1 BSD 3-Clause "New" or "Revised" License
gradle Apache 2.0 License

License Links

CC 1.0 Universal

Eclipse Public License Version 2.0

Apache 2.0 License

BSD Licenses

MIT License

GNU General Public License, version 2, with the Classpath Exception

Adoption Adopt JDK