JProbLog

Java interface for ProbLog.

License

License

GroupId

GroupId

de.tu-dresden.inf.lat.jproblog
ArtifactId

ArtifactId

jproblog
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

JProbLog
Java interface for ProbLog.
Project URL

Project URL

https://github.com/julianmendez/jproblog
Project Organization

Project Organization

Chair of Automata Theory - TU Dresden
Source Code Management

Source Code Management

https://github.com/julianmendez/jproblog.git

Download jproblog

How to add to project

<!-- https://jarcasting.com/artifacts/de.tu-dresden.inf.lat.jproblog/jproblog/ -->
<dependency>
    <groupId>de.tu-dresden.inf.lat.jproblog</groupId>
    <artifactId>jproblog</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.tu-dresden.inf.lat.jproblog/jproblog/
implementation 'de.tu-dresden.inf.lat.jproblog:jproblog:0.1.0'
// https://jarcasting.com/artifacts/de.tu-dresden.inf.lat.jproblog/jproblog/
implementation ("de.tu-dresden.inf.lat.jproblog:jproblog:0.1.0")
'de.tu-dresden.inf.lat.jproblog:jproblog:jar:0.1.0'
<dependency org="de.tu-dresden.inf.lat.jproblog" name="jproblog" rev="0.1.0">
  <artifact name="jproblog" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tu-dresden.inf.lat.jproblog', module='jproblog', version='0.1.0')
)
libraryDependencies += "de.tu-dresden.inf.lat.jproblog" % "jproblog" % "0.1.0"
[de.tu-dresden.inf.lat.jproblog/jproblog "0.1.0"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

JProbLog

build maven central license

JProbLog is a Java adapter for ProbLog.

Download

<dependency>
  <groupId>de.tu-dresden.inf.lat.jproblog</groupId>
  <artifactId>jproblog</artifactId>
  <version>0.1.0</version>
</dependency>

Author

Julian Mendez

License

This software is distributed under the Apache License Version 2.0.

Release notes

See release notes.

Source code

To checkout and compile the project, use:

$ git clone https://github.com/julianmendez/jproblog.git
$ cd jproblog
$ mvn clean install

To compile the project offline, first download the dependencies:

$ mvn dependency:go-offline

and once offline, use:

$ mvn --offline clean install

The bundles uploaded to Sonatype are created with:

$ mvn clean install -DperformRelease=true

and then:

$ cd jproblog/target
$ jar -cf bundle.jar jproblog-*

The version number is updated with:

$ mvn versions:set -DnewVersion=NEW_VERSION

where NEW_VERSION is the new version.

Contact

In case you need more information, please contact @julianmendez .

Versions

Version
0.1.0