yew-pom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.flysium-io</groupId>
<artifactId>yew-pom</artifactId>
<version>1.0.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2018-2025 the original author or authors.
~
~ This program is licensed to you under the Apache License Version 2.0,
~ and you may not use this file except in compliance with the Apache License Version 2.0.
~ You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the Apache License Version 2.0 is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<relativePath/>
<version>9</version>
</parent>
<groupId>com.github.flysium-io</groupId>
<artifactId>yew-pom</artifactId>
<version>1.0.1</version><!--<version>1.0.0-SNAPSHOT</version>-->
<packaging>pom</packaging>
<name>Yew POM</name>
<description>The parent project of Yew</description>
<url>https://github.com/flysium-io/yew/</url>
<inceptionYear>2018</inceptionYear>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<tag>master</tag><!-- <tag>v${project.version}</tag> -->
<url>git@github.com:flysium-io/yew.git</url>
<connection>scm:git:git@github.com:flysium-io/yew.git</connection>
<developerConnection>scm:git:git@github.com:flysium-io/yew.git</developerConnection>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/flysium-io/yew/issues</url>
</issueManagement>
<organization>
<name>Flysium-IO</name>
<url>https://github.com/flysium-io</url>
</organization>
<developers>
<developer>
<name>SvenAugustus</name>
<email>svenaugustus@outlook.com</email>
<organization>Flysium-IO</organization>
<timezone>+8</timezone>
</developer>
</developers>
<modules>
<module>yew-parent</module>
<module>yew-common</module>
<module>yew-crypto</module>
<module>yew-logger</module>
<module>yew-serialization</module>
<module>yew-test</module>
<module>yew-util-simple-jdbc</module>
</modules>
</project>