License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdcom.github.com-github-javabdd |
ArtifactId | ArtifactIdcom.github.javabdd |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptioncom.github.javabdd
JavaBDD: A Java library for Binary Decision Diagrams (BDDs)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
com.github.javabdd-1.0.1.pom | |
com.github.javabdd-1.0.1.jar | 282 KB |
com.github.javabdd-1.0.1-sources.jar | 154 KB |
com.github.javabdd-1.0.1-javadoc.jar | 377 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.com-github-javabdd/com.github.javabdd/ -->
<dependency>
<groupId>com.github.com-github-javabdd</groupId>
<artifactId>com.github.javabdd</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.com-github-javabdd/com.github.javabdd/
implementation 'com.github.com-github-javabdd:com.github.javabdd:1.0.1'
// https://jarcasting.com/artifacts/com.github.com-github-javabdd/com.github.javabdd/
implementation ("com.github.com-github-javabdd:com.github.javabdd:1.0.1")
'com.github.com-github-javabdd:com.github.javabdd:jar:1.0.1'
<dependency org="com.github.com-github-javabdd" name="com.github.javabdd" rev="1.0.1">
<artifact name="com.github.javabdd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.com-github-javabdd', module='com.github.javabdd', version='1.0.1')
)
libraryDependencies += "com.github.com-github-javabdd" % "com.github.javabdd" % "1.0.1"
[com.github.com-github-javabdd/com.github.javabdd "1.0.1"]