HeartLibrary
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.stephengold</groupId> <artifactId>HeartLibrary</artifactId> <version>6.4.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.github.stephengold</groupId> <artifactId>HeartLibrary</artifactId> <version>6.4.1</version> <name>com.github.stephengold:Heart</name> <description>A general-purpose add-on library for jMonkeyEngine</description> <url>https://github.com/stephengold/Heart</url> <licenses> <license> <name>New BSD (3-clause) License</name> <url>https://opensource.org/licenses/BSD-3-Clause</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Stephen Gold</name> <email>sgold@sonic.net</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/stephengold/Heart.git</connection> <developerConnection>scm:git:ssh://github.com:stephengold/Heart.git</developerConnection> <url>https://github.com/stephengold/Heart/tree/master</url> </scm> </project>