fr.lirmm.graphik:graal-io-iris-dtg

The graal-io-iris-dtg module provides a writer for the iris compatible dtg format.

License

License

http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
Categories

Categories

Graal
GroupId

GroupId

fr.lirmm.graphik
ArtifactId

ArtifactId

graal-io-iris-dtg
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

fr.lirmm.graphik:graal-io-iris-dtg
The graal-io-iris-dtg module provides a writer for the iris compatible dtg format.
Project Organization

Project Organization

GraphIK (INRIA - LIRMM)

Download graal-io-iris-dtg

How to add to project

<!-- https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-io-iris-dtg/ -->
<dependency>
    <groupId>fr.lirmm.graphik</groupId>
    <artifactId>graal-io-iris-dtg</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-io-iris-dtg/
implementation 'fr.lirmm.graphik:graal-io-iris-dtg:1.2.0'
// https://jarcasting.com/artifacts/fr.lirmm.graphik/graal-io-iris-dtg/
implementation ("fr.lirmm.graphik:graal-io-iris-dtg:1.2.0")
'fr.lirmm.graphik:graal-io-iris-dtg:jar:1.2.0'
<dependency org="fr.lirmm.graphik" name="graal-io-iris-dtg" rev="1.2.0">
  <artifact name="graal-io-iris-dtg" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.lirmm.graphik', module='graal-io-iris-dtg', version='1.2.0')
)
libraryDependencies += "fr.lirmm.graphik" % "graal-io-iris-dtg" % "1.2.0"
[fr.lirmm.graphik/graal-io-iris-dtg "1.2.0"]

Dependencies

compile (2)

Group / Artifact Type Version
fr.lirmm.graphik : graal-core jar 1.2.0
fr.lirmm.graphik : graal-api jar 1.2.0

test (1)

Group / Artifact Type Version
org.jacoco : org.jacoco.core jar 0.7.5.201505241946

Project Modules

There are no modules declared in this project.

Graal

See Graal homepage

How to build graal?

  • install git
  • clone the repository
  git clone https://github.com/graphik-team/graal.git
  • build the project
mvn package

How to generate Javadoc?

mvn javadoc:javadoc
mvn javadoc:aggregate

How to check code with code analyzer?

mvn pmd:check
mvn findbugs:check

How to build graal when you don't want to get all stuff maven brings?

./prepare_ant.sh
ant
fr.lirmm.graphik

GraphIK

Versions

Version
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0