License |
License |
---|---|
Categories |
Categoriespathfinder Business Logic Libraries |
GroupId | GroupIdcom.github.dbmdz.pathfinder |
ArtifactId | ArtifactIdpathfinder-parent |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPathfinder
Resolve paths for identifier patterns.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pathfinder-parent-2.1.0.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dbmdz.pathfinder/pathfinder-parent/ -->
<dependency>
<groupId>com.github.dbmdz.pathfinder</groupId>
<artifactId>pathfinder-parent</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dbmdz.pathfinder/pathfinder-parent/
implementation 'com.github.dbmdz.pathfinder:pathfinder-parent:2.1.0'
// https://jarcasting.com/artifacts/com.github.dbmdz.pathfinder/pathfinder-parent/
implementation ("com.github.dbmdz.pathfinder:pathfinder-parent:2.1.0")
'com.github.dbmdz.pathfinder:pathfinder-parent:pom:2.1.0'
<dependency org="com.github.dbmdz.pathfinder" name="pathfinder-parent" rev="2.1.0">
<artifact name="pathfinder-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dbmdz.pathfinder', module='pathfinder-parent', version='2.1.0')
)
libraryDependencies += "com.github.dbmdz.pathfinder" % "pathfinder-parent" % "2.1.0"
[com.github.dbmdz.pathfinder/pathfinder-parent "2.1.0"]