JProbLog

Java interface for ProbLog.

Лицензия

Лицензия

Группа

Группа

de.tu-dresden.inf.lat.jproblog
Идентификатор

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

jproblog
Последняя версия

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

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

JProbLog
Java interface for ProbLog.
Ссылка на сайт

Ссылка на сайт

https://github.com/julianmendez/jproblog
Организация-разработчик

Организация-разработчик

Chair of Automata Theory - TU Dresden
Система контроля версий

Система контроля версий

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

Скачать jproblog

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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 .

Версии библиотеки

Версия
0.1.0