GroupId | GroupIdcom.github.platan |
---|---|
ArtifactId | ArtifactIdvarnish-exec-core |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
varnish-exec-core-0.2.0.pom | |
varnish-exec-core-0.2.0.jar | 12 KB |
varnish-exec-core-0.2.0-sources.jar | 7 KB |
varnish-exec-core-0.2.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.platan/varnish-exec-core/ -->
<dependency>
<groupId>com.github.platan</groupId>
<artifactId>varnish-exec-core</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.platan/varnish-exec-core/
implementation 'com.github.platan:varnish-exec-core:0.2.0'
// https://jarcasting.com/artifacts/com.github.platan/varnish-exec-core/
implementation ("com.github.platan:varnish-exec-core:0.2.0")
'com.github.platan:varnish-exec-core:jar:0.2.0'
<dependency org="com.github.platan" name="varnish-exec-core" rev="0.2.0">
<artifact name="varnish-exec-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.platan', module='varnish-exec-core', version='0.2.0')
)
libraryDependencies += "com.github.platan" % "varnish-exec-core" % "0.2.0"
[com.github.platan/varnish-exec-core "0.2.0"]