web-modules-app-web-shell
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.net128.oss.web.app</groupId>
<artifactId>web-modules-app-web-shell</artifactId>
<version>0.3.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 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.net128.oss.web.app</groupId>
<artifactId>web-modules-app-web-shell</artifactId>
<version>0.3.0</version>
<name>web-modules-app-web-shell</name>
<description> Web modules provide pluggable functionality to web applications.
Typically a web module consists of a server and a client library.
</description>
<url>https://github.com/mike-seger/web-modules/</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>ms</id>
<name>Michael Seger</name>
<email>mike-001@net128.com<</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/mike-seger/web-modules.git</connection>
<developerConnection>scm:git:git@github.com:mike-seger/web-modules.git</developerConnection>
<url>https://github.com/mike-seger/web-modules/</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.5.12</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>