Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.tweety.logics |
ArtifactId | ArtifactIdqbf |
Version | Version1.15 |
Type | Typejar |
Filename | Size |
---|---|
qbf-1.15.pom | |
qbf-1.15.jar | 43 KB |
qbf-1.15-sources.jar | 32 KB |
qbf-1.15-javadoc.jar | 14 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.tweety.logics/qbf/ -->
<dependency>
<groupId>net.sf.tweety.logics</groupId>
<artifactId>qbf</artifactId>
<version>1.15</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tweety.logics/qbf/
implementation 'net.sf.tweety.logics:qbf:1.15'
// https://jarcasting.com/artifacts/net.sf.tweety.logics/qbf/
implementation ("net.sf.tweety.logics:qbf:1.15")
'net.sf.tweety.logics:qbf:jar:1.15'
<dependency org="net.sf.tweety.logics" name="qbf" rev="1.15">
<artifact name="qbf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tweety.logics', module='qbf', version='1.15')
)
libraryDependencies += "net.sf.tweety.logics" % "qbf" % "1.15"
[net.sf.tweety.logics/qbf "1.15"]