не последняя версия
Последняя версия 0.5.2

de.tum.in:jbdd 0.3.0

Pure Java implementation of (Binary) Decision Diagrams

Группа

Группа

de.tum.in
Идентификатор

Идентификатор

jbdd
Версия

Версия

0.3.0
Тип

Тип

jar

Скачать jbdd 0.3.0


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