DOS
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>chat.dim</groupId>
<artifactId>DOS</artifactId>
<version>0.1.3</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>chat.dim</groupId>
<artifactId>DOS</artifactId>
<version>0.1.3</version>
<name>DOS</name>
<description>File System</description>
<url>https://github.com/dimchat/sdk-java</url>
<licenses>
<license>
<name>MIT</name>
<url>https://mit-license.org</url>
</license>
</licenses>
<developers>
<developer>
<id>moky</id>
<name>Albert Moky</name>
<email>albert.moky@gmail.com</email>
<organization>org.apache.maven.model.Organization@1cd57951</organization>
<roles>
<role>architect</role>
</roles>
</developer>
</developers>
<scm>
<connection>https://github.com/dimchat/sdk-java.git</connection>
<developerConnection>https://github.com/dimchat/sdk-java.git</developerConnection>
<url>https://github.com/dimchat/sdk-java</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>