| License |
License |
|---|---|
| GroupId | GroupIdcom.doitnext |
| ArtifactId | ArtifactIdpath-utils |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionPath Utils
A utility package for dealing with paths such as URI paths, file paths, domain paths etc.
|
| Project Organization |
Project OrganizationSteve Owens (DoItNext.com) |
| Filename | Size |
|---|---|
| path-utils-1.0.1.pom | |
| path-utils-1.0.1.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.doitnext/path-utils/ -->
<dependency>
<groupId>com.doitnext</groupId>
<artifactId>path-utils</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.doitnext/path-utils/
implementation 'com.doitnext:path-utils:1.0.1'
// https://jarcasting.com/artifacts/com.doitnext/path-utils/
implementation ("com.doitnext:path-utils:1.0.1")
'com.doitnext:path-utils:jar:1.0.1'
<dependency org="com.doitnext" name="path-utils" rev="1.0.1">
<artifact name="path-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.doitnext', module='path-utils', version='1.0.1')
)
libraryDependencies += "com.doitnext" % "path-utils" % "1.0.1"
[com.doitnext/path-utils "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| dk.brics.automaton : automaton | jar | 1.11-8 |
| junit : junit | jar | 4.11 |
| com.google.guava : guava-collections | jar | r03 |