swim-spatial
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.swimos</groupId> <artifactId>swim-spatial</artifactId> <version>4.3.15</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.swimos</groupId> <artifactId>swim-spatial</artifactId> <version>4.3.15</version> <name>swim-spatial</name> <description>Geospatial projections and spatial collections, including sparse prefix Q-trees optimized for continuous n-body geofencing and real-time spatial clustering and reduction</description> <url>https://github.com/swimos/swim/tree/main/swim-java/swim-runtime/swim-core/swim.spatial</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>c9r</id> <name>Chris Sachs</name> <email>chris@swimos.org</email> </developer> </developers> <scm> <connection>scm:git:https://github.com/swimos/swim.git</connection> <developerConnection>scm:git:git@github.com:swimos/swim.git</developerConnection> <url>https://github.com/swimos/swim</url> </scm> <properties> <git.commit>46592f18e165e7a4a6922fd18470666689f3eae5</git.commit> </properties> <dependencies> <dependency> <groupId>org.swimos</groupId> <artifactId>swim-codec</artifactId> <version>4.3.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.swimos</groupId> <artifactId>swim-structure</artifactId> <version>4.3.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.swimos</groupId> <artifactId>swim-math</artifactId> <version>4.3.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.swimos</groupId> <artifactId>swim-util</artifactId> <version>4.3.15</version> <scope>runtime</scope> </dependency> </dependencies> </project>