License |
License |
---|---|
Categories |
Categoriespathfinder Business Logic Libraries |
GroupId | GroupIdcom.adamldavis |
ArtifactId | ArtifactIdpathfinder |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpathfinder
Algorithms for finding paths in 2d grids.
|
Project URL |
Project URL |
Filename | Size |
---|---|
pathfinder-1.0.1.pom | |
pathfinder-1.0.1.jar | 20 KB |
pathfinder-1.0.1-sources.jar | 13 KB |
pathfinder-1.0.1-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.adamldavis/pathfinder/ -->
<dependency>
<groupId>com.adamldavis</groupId>
<artifactId>pathfinder</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.adamldavis/pathfinder/
implementation 'com.adamldavis:pathfinder:1.0.1'
// https://jarcasting.com/artifacts/com.adamldavis/pathfinder/
implementation ("com.adamldavis:pathfinder:1.0.1")
'com.adamldavis:pathfinder:jar:1.0.1'
<dependency org="com.adamldavis" name="pathfinder" rev="1.0.1">
<artifact name="pathfinder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adamldavis', module='pathfinder', version='1.0.1')
)
libraryDependencies += "com.adamldavis" % "pathfinder" % "1.0.1"
[com.adamldavis/pathfinder "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |