is not current version
Last Version 1.0.2

net.hostettler.jdd:jdd 1.0.1

JDD is Java Decision Diagram library. This library provides Java support to encode Data Decision Diagrams and Hierarchical Set Decision Diagrams as well as set and homomorphic operations.

Categories

Categories

Net
GroupId

GroupId

net.hostettler.jdd
ArtifactId

ArtifactId

jdd
Version

Version

1.0.1
Type

Type

jar

Download jdd 1.0.1


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