gb28181-server
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.lunasaw</groupId> <artifactId>gb28181-server</artifactId> <version>1.2.4</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>io.github.lunasaw</groupId> <artifactId>sip-proxy</artifactId> <version>1.2.4</version> </parent> <version>1.2.4</version> <artifactId>gb28181-server</artifactId> <packaging>jar</packaging> <name>gb28181-server</name> <description>轻量级Gb28181服务端框架</description> <url>https://github.com/lunasaw/gb28181-proxy</url> <properties> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>io.github.lunasaw</groupId> <artifactId>sip-common</artifactId> </dependency> <dependency> <groupId>io.github.lunasaw</groupId> <artifactId>gb28181-common</artifactId> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> </plugins> </build> </project>