draw-gnuplot
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>fr.inria.corese</groupId> <artifactId>draw-gnuplot</artifactId> <version>0.9.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>fr.inria.corese</groupId> <artifactId>draw-gnuplot</artifactId> <version>0.9.2</version> <name>draw-gnuplot</name> <description>tool to draw the performance results obtained with the drivers.</description> <url>https://gitlab.inria.fr/corese/corese-lab</url> <licenses> <license> <name>CeCILL-C License:</name> <url>http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html</url> </license> </licenses> <developers> <developer> <name>Erwan Demairy</name> <email>erwan.demairy@inria.fr</email> <organization>Inria</organization> </developer> </developers> <scm> <developerConnection>scm:git:https://gitlab.inria.fr/corese/corese-lab.git/persistency-tools/draw-gnuplot</developerConnection> <url>git@gitlab.inria.fr:corese/corese-lab.git/persistency-tools/draw-gnuplot</url> </scm> </project>