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