is not current version
Last Version 3

com.vaushell:pom-exec 2

pom for an executable (not a library)

GroupId

GroupId

com.vaushell
ArtifactId

ArtifactId

pom-exec
Version

Version

2
Type

Type

pom

Download pom-exec 2

Filename Size
pom-exec-2.pom 13 KB
Browse

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