Skip to content
Snippets Groups Projects
Commit 252dd9ae authored by Muhammad Raufu Miah's avatar Muhammad Raufu Miah
Browse files

Upload New File

parent 2c0ecd77
No related branches found
No related tags found
No related merge requests found
pom.xml 0 → 100644
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.example</groupId>
<artifactId>nijika</artifactId>
<version>1.0-SNAPSHOT</version>
<name>Archetype - nijika</name>
<url>http://maven.apache.org</url>
<properties>
<maven.compiler.source>20.0</maven.compiler.source>
<maven.compiler.target>20.0</maven.compiler.target>
</properties>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.0-alpha0</version>
<scope>runtime</scope>
</dependency>
<!-- other dependencies -->
<dependency>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart</artifactId>
<version>3.8.5</version>
</dependency>
<dependency>
<groupId>de.learnlib.distribution</groupId>
<artifactId>learnlib-distribution</artifactId>
<version>0.17.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>net.automatalib.distribution</groupId>
<artifactId>automata-distribution</artifactId>
<version>0.11.0</version>
<type>pom</type>
</dependency>
</dependencies>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment