assembly
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>top.osjf</groupId>
<artifactId>assembly</artifactId>
<version>3.0.1-beat</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2025-? the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>top.osjf</groupId>
<artifactId>assembly</artifactId>
<version>3.0.1-beat</version>
<packaging>pom</packaging>
<name>assembly 3.0.1-beat</name>
<description>Java based software packaging framework toolkit.</description>
<url>https://github.com/zpf9705/assembly</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>12039-xpc-oks</id>
<name>张鹏飞</name>
<email>929160069@qq.com</email>
<url>https://github.com/zpf9705</url>
<organization>Undetermined</organization>
<roles>
<role>Individual developer</role>
</roles>
<timezone>+8</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/zpf9705/assembly.git</connection>
<developerConnection>scm:git:https://github.com/zpf9705/assembly.git</developerConnection>
<url>https://github.com/zpf9705/assembly</url>
</scm>
</project>