is not current version
Last Version 3

com.vaushell:pom-library 1

pom for a library (not an executable)

GroupId

GroupId

com.vaushell
ArtifactId

ArtifactId

pom-library
Version

Version

1
Type

Type

pom

Download pom-library 1

Filename Size
pom-library-1.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/com.vaushell/pom-library/ -->
<dependency>
    <groupId>com.vaushell</groupId>
    <artifactId>pom-library</artifactId>
    <version>1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaushell/pom-library/
implementation 'com.vaushell:pom-library:1'
// https://jarcasting.com/artifacts/com.vaushell/pom-library/
implementation ("com.vaushell:pom-library:1")
'com.vaushell:pom-library:pom:1'
<dependency org="com.vaushell" name="pom-library" rev="1">
  <artifact name="pom-library" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaushell', module='pom-library', version='1')
)
libraryDependencies += "com.vaushell" % "pom-library" % "1"
[com.vaushell/pom-library "1"]