is not current version
Last Version 1.1

com.basistech:pathname-util-maven-plugin-top 1.0

A maven plugin with goals useful for connecting maven builds to pathnames. So far, the only goal takes a relative pathname and absolutizes it, so that aggregate children get the right pathname.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.basistech
ArtifactId

ArtifactId

pathname-util-maven-plugin-top
Version

Version

1.0
Type

Type

pom

Download pathname-util-maven-plugin-top 1.0


<!-- https://jarcasting.com/artifacts/com.basistech/pathname-util-maven-plugin-top/ -->
<dependency>
    <groupId>com.basistech</groupId>
    <artifactId>pathname-util-maven-plugin-top</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.basistech/pathname-util-maven-plugin-top/
implementation 'com.basistech:pathname-util-maven-plugin-top:1.0'
// https://jarcasting.com/artifacts/com.basistech/pathname-util-maven-plugin-top/
implementation ("com.basistech:pathname-util-maven-plugin-top:1.0")
'com.basistech:pathname-util-maven-plugin-top:pom:1.0'
<dependency org="com.basistech" name="pathname-util-maven-plugin-top" rev="1.0">
  <artifact name="pathname-util-maven-plugin-top" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.basistech', module='pathname-util-maven-plugin-top', version='1.0')
)
libraryDependencies += "com.basistech" % "pathname-util-maven-plugin-top" % "1.0"
[com.basistech/pathname-util-maven-plugin-top "1.0"]