Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.basistech |
ArtifactId | ArtifactIdpathname-util-maven-plugin-top |
Version | Version1.0 |
Type | Typepom |
Filename | Size |
---|---|
pathname-util-maven-plugin-top-1.0.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.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"]