GroupId | GroupIdcom.vaushell |
---|---|
ArtifactId | ArtifactIdpom-exec |
Version | Version1 |
Type | Typepom |
Filename | Size |
---|---|
pom-exec-1.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaushell/pom-exec/ -->
<dependency>
<groupId>com.vaushell</groupId>
<artifactId>pom-exec</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.vaushell/pom-exec/
implementation 'com.vaushell:pom-exec:1'
// https://jarcasting.com/artifacts/com.vaushell/pom-exec/
implementation ("com.vaushell:pom-exec:1")
'com.vaushell:pom-exec:pom:1'
<dependency org="com.vaushell" name="pom-exec" rev="1">
<artifact name="pom-exec" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.vaushell', module='pom-exec', version='1')
)
libraryDependencies += "com.vaushell" % "pom-exec" % "1"
[com.vaushell/pom-exec "1"]