License |
License |
---|---|
GroupId | GroupIdcom.github.martinfrank |
ArtifactId | ArtifactIdmazelib |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionmazelib
this project provides a maze library build upon the map library
|
Project URL |
Project URL |
Project Organization |
Project OrganizationMartin Frank |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mazelib-0.1.0.pom | |
mazelib-0.1.0.jar | 23 KB |
mazelib-0.1.0-sources.jar | 14 KB |
mazelib-0.1.0-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martinfrank/mazelib/ -->
<dependency>
<groupId>com.github.martinfrank</groupId>
<artifactId>mazelib</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martinfrank/mazelib/
implementation 'com.github.martinfrank:mazelib:0.1.0'
// https://jarcasting.com/artifacts/com.github.martinfrank/mazelib/
implementation ("com.github.martinfrank:mazelib:0.1.0")
'com.github.martinfrank:mazelib:jar:0.1.0'
<dependency org="com.github.martinfrank" name="mazelib" rev="0.1.0">
<artifact name="mazelib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martinfrank', module='mazelib', version='0.1.0')
)
libraryDependencies += "com.github.martinfrank" % "mazelib" % "0.1.0"
[com.github.martinfrank/mazelib "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.martinfrank : drawlib | jar | 0.4.1 |
com.github.martinfrank : geolib | jar | 0.1.0 |
com.github.martinfrank : maplib | jar | 0.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |