GroupId | GroupIdcom.vaushell |
---|---|
ArtifactId | ArtifactIdpom-library |
Last Version | Last Version3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionpom-library
pom for a library (not an executable)
|
Filename | Size |
---|---|
pom-library-3.pom | 13 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
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 |