License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.basistech |
ArtifactId | ArtifactIdpathname-util-maven-plugin-top |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPathname Utility Maven Plugin Toplevel
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.
|
Filename | Size |
---|---|
pathname-util-maven-plugin-top-1.1.pom | 2 KB |
Browse |
<!-- 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.1</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.1'
// https://jarcasting.com/artifacts/com.basistech/pathname-util-maven-plugin-top/
implementation ("com.basistech:pathname-util-maven-plugin-top:1.1")
'com.basistech:pathname-util-maven-plugin-top:pom:1.1'
<dependency org="com.basistech" name="pathname-util-maven-plugin-top" rev="1.1">
<artifact name="pathname-util-maven-plugin-top" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.basistech', module='pathname-util-maven-plugin-top', version='1.1')
)
libraryDependencies += "com.basistech" % "pathname-util-maven-plugin-top" % "1.1"
[com.basistech/pathname-util-maven-plugin-top "1.1"]