allen_dce
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.dynamsoftallen</groupId>
<artifactId>allen_dce</artifactId>
<version>2.5.0</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 http://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.dynamsoftallen</groupId>
<artifactId>allen_dce</artifactId>
<version>2.5.0</version>
<packaging>aar</packaging>
<name>allen_dce</name>
<description>maven_test项目描述-需要修改成你自己的</description>
<url>https://github.com/DynamsoftAllen/CenterMavenTest</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>allen@dynamsoft.com</id>
<name>allen</name>
<email>allen@dynamsoft.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:github.com/DynamsoftAllen/CenterMavenTest.git</connection>
<developerConnection>scm:git:ssh://github.com/DynamsoftAllen/CenterMavenTest.git</developerConnection>
<url>https://github.com/qDynamsoftAllen/CenterMavenTest/tree/master</url>
</scm>
<dependencies>
<dependency>
<groupId/>
<artifactId>unspecified</artifactId>
<version/>
</dependency>
<dependency>
<groupId>androidx.appcompat</groupId>
<artifactId>appcompat</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</project>