beangle-doc-html
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.beangle.doc</groupId>
<artifactId>beangle-doc-html</artifactId>
<version>0.5.4</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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.beangle.doc</groupId>
<artifactId>beangle-doc-html</artifactId>
<packaging>jar</packaging>
<description>The Beangle Doc Library</description>
<url>https://beangle.github.io/doc/index.html</url>
<version>0.5.4</version>
<licenses>
<license>
<name>GNU Lesser General Public License version 3</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>beangle-doc-html</name>
<inceptionYear>2005</inceptionYear>
<organization>
<name>The Beangle Software</name>
<url>https://beangle.github.io/doc/index.html</url>
</organization>
<scm>
<url>https://github.com/beangle/doc</url>
<connection>scm:git@github.com:beangle/doc.git</connection>
</scm>
<developers>
<developer>
<id>chaostone</id>
<name>Tihua Duan</name>
<url>http://github.com/duantihua</url>
<email>duantihua@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.17</version>
</dependency>
<dependency>
<groupId>org.beangle.commons</groupId>
<artifactId>beangle-commons</artifactId>
<version>6.1.2</version>
</dependency>
</dependencies>
</project>