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