bottegaio-web-console
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.rossonet</groupId> <artifactId>bottegaio-web-console</artifactId> <version>0.1.20</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>net.rossonet</groupId> <artifactId>bottegaio-web-console</artifactId> <version>0.1.20</version> <packaging>pom</packaging> <name>Bottegaio WEb Console</name> <description>Bottegaio Remote Manager by Rossonet. Web Console component.</description> <url>https://app.rossonet.net/</url> <licenses> <license> <name>GNU AFFERO GENERAL PUBLIC LICENSE 3.0</name> <url>https://www.gnu.org/licenses/agpl-3.0.html</url> </license> </licenses> <developers> <developer> <id>ar4k</id> <name>Andrea Ambrosini</name> <email>andrea.ambrosini@rossonet.org</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/rossonet/bottegaio.git</connection> <developerConnection>scm:git:ssh://github.com:rossonet/bottegaio.git</developerConnection> <url>https://github.com/rossonet/bottegaio/tree/master</url> </scm> <dependencies> <dependency> <groupId>net.rossonet</groupId> <artifactId>bottegaio-management-web-api</artifactId> <version>0.1.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.rossonet</groupId> <artifactId>bottegaio-remote-manager</artifactId> <version>0.1.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.rossonet</groupId> <artifactId>bottegaio-spring-boot-starter</artifactId> <version>0.1.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-oauth2-client</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-spring-boot-starter</artifactId> <version>14.8.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-material-theme</artifactId> <version>2.7.11</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-icons-flow</artifactId> <version>14.8.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-grid-flow</artifactId> <version>14.8.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-app-layout-flow</artifactId> <version>14.8.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-split-layout-flow</artifactId> <version>14.8.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>flow-client</artifactId> <version>2.7.11</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-upload-flow</artifactId> <version>14.8.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.flowingcode.addons</groupId> <artifactId>xterm-console</artifactId> <version>1.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.session</groupId> <artifactId>spring-session-core</artifactId> <version>2.6.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <version>2.6.1</version> <scope>runtime</scope> </dependency> </dependencies> <dependencyManagement> <dependencies> <dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-bom</artifactId> <version>14.8.4</version> <scope>import</scope> <type>pom</type> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.6.1</version> <scope>import</scope> <type>pom</type> </dependency> </dependencies> </dependencyManagement> </project>