chronos
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.bysrkh</groupId>
<artifactId>chronos</artifactId>
<version>0.1.231127005</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.bysrkh</groupId>
<artifactId>chronos</artifactId>
<version>0.1.231127005</version>
<name>io.github.bysrkh:chronos</name>
<description>Open Source Web Application System for Motor Repair Shop</description>
<url>https://github.com/bysrkh/chronos</url>
<licenses>
<license>
<name>GNU General Public License Version 2</name>
<url>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>bysrkh</name>
<email>bysrkh@gmail.com</email>
<organization>none</organization>
<organizationUrl>none</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/bysrkh/chronos.git</connection>
<developerConnection>scm:git:ssh://github.com:bysrkh/chronos.git</developerConnection>
<url>http://github.com/bysrkh/chronos/tree/master</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.1.5</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>