| License |
License |
|---|---|
| GroupId | GroupIdde.tum.in |
| ArtifactId | ArtifactIdjbdd |
| Version | Version0.5.2 |
| Type | Typejar |
| Description |
DescriptionJBDD
Pure Java implementation of (Binary) Decision Diagrams
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jbdd-0.5.2.pom | |
| jbdd-0.5.2.jar | 90 KB |
| jbdd-0.5.2-sources.jar | 49 KB |
| jbdd-0.5.2-javadoc.jar | 446 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.tum.in/jbdd/ -->
<dependency>
<groupId>de.tum.in</groupId>
<artifactId>jbdd</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.tum.in/jbdd/
implementation 'de.tum.in:jbdd:0.5.2'
// https://jarcasting.com/artifacts/de.tum.in/jbdd/
implementation ("de.tum.in:jbdd:0.5.2")
'de.tum.in:jbdd:jar:0.5.2'
<dependency org="de.tum.in" name="jbdd" rev="0.5.2">
<artifact name="jbdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tum.in', module='jbdd', version='0.5.2')
)
libraryDependencies += "de.tum.in" % "jbdd" % "0.5.2"
[de.tum.in/jbdd "0.5.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.immutables : value | jar | 2.7.1 |