pom-library

pom for a library (not an executable)

GroupId

GroupId

com.vaushell
ArtifactId

ArtifactId

pom-library
Last Version

Last Version

3
Release Date

Release Date

Type

Type

pom
Description

Description

pom-library
pom for a library (not an executable)

Download pom-library

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

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.5

test (4)

Group / Artifact Type Version
org.testng : testng jar 6.8.7
org.slf4j : slf4j-log4j12 jar 1.7.5
commons-configuration : commons-configuration jar 1.10
commons-collections : commons-collections jar 3.2.1

Project Modules

There are no modules declared in this project.

Versions

Version
3
2
1