GroupId | GroupIdch.exense.viz |
---|---|
ArtifactId | ArtifactIdviz-proxy |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
viz-proxy-1.0.0.pom | |
viz-proxy-1.0.0.jar | 6 KB |
viz-proxy-1.0.0-sources.jar | 4 KB |
viz-proxy-1.0.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.exense.viz/viz-proxy/ -->
<dependency>
<groupId>ch.exense.viz</groupId>
<artifactId>viz-proxy</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.exense.viz/viz-proxy/
implementation 'ch.exense.viz:viz-proxy:1.0.0'
// https://jarcasting.com/artifacts/ch.exense.viz/viz-proxy/
implementation ("ch.exense.viz:viz-proxy:1.0.0")
'ch.exense.viz:viz-proxy:jar:1.0.0'
<dependency org="ch.exense.viz" name="viz-proxy" rev="1.0.0">
<artifact name="viz-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.exense.viz', module='viz-proxy', version='1.0.0')
)
libraryDependencies += "ch.exense.viz" % "viz-proxy" % "1.0.0"
[ch.exense.viz/viz-proxy "1.0.0"]