Skip to content

Commit

Permalink
增加高精度定位协议M60
Browse files Browse the repository at this point in the history
  • Loading branch information
11111111111111111111111111111111- committed Oct 15, 2024
1 parent effa3f6 commit 9e997d7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions protocol-m60-server/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.lingx</groupId>
<artifactId>jt808</artifactId>
<version>3.0.0</version>
</parent>
<artifactId>protocol-m60-server</artifactId>
<name>protocol-m60-server</name>
<dependencies>
<dependency>
<groupId>com.lingx</groupId>
<artifactId>jt808-core</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.lingx</groupId>
<artifactId>jt808-server</artifactId>
<version>3.0.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 9e997d7

Please sign in to comment.