is not current version
Last Version 3

com.vaushell:pom-library 2

pom for a library (not an executable)

GroupId

GroupId

com.vaushell
ArtifactId

ArtifactId

pom-library
Version

Version

2
Type

Type

pom

Download pom-library 2

Filename Size
pom-library-2.pom 12 KB
Browse

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