beangle-bui-bootstrap
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.beangle.bui</groupId>
<artifactId>beangle-bui-bootstrap</artifactId>
<version>0.1.5</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.bui</groupId>
<artifactId>beangle-bui-bootstrap</artifactId>
<packaging>jar</packaging>
<description>The Beangle BUI Library</description>
<url>https://beangle.github.io/bui/index.html</url>
<version>0.1.5</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-bui-bootstrap</name>
<inceptionYear>2005</inceptionYear>
<organization>
<name>The Beangle Software</name>
<url>https://beangle.github.io/bui/index.html</url>
</organization>
<scm>
<url>https://github.com/beangle/bui</url>
<connection>scm:git@github.com:beangle/bui.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.beangle.bui</groupId>
<artifactId>beangle-bui-tag</artifactId>
<version>0.1.5</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
</dependencies>
</project>