GroupId | GroupIdorg.pistoiaalliance.helm |
---|---|
ArtifactId | ArtifactIdhelm2-webservice |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
helm2-webservice-1.0.0.pom | |
helm2-webservice-1.0.0.jar | 18 KB |
helm2-webservice-1.0.0-sources.jar | 17 KB |
helm2-webservice-1.0.0-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.pistoiaalliance.helm/helm2-webservice/ -->
<dependency>
<groupId>org.pistoiaalliance.helm</groupId>
<artifactId>helm2-webservice</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pistoiaalliance.helm/helm2-webservice/
implementation 'org.pistoiaalliance.helm:helm2-webservice:1.0.0'
// https://jarcasting.com/artifacts/org.pistoiaalliance.helm/helm2-webservice/
implementation ("org.pistoiaalliance.helm:helm2-webservice:1.0.0")
'org.pistoiaalliance.helm:helm2-webservice:jar:1.0.0'
<dependency org="org.pistoiaalliance.helm" name="helm2-webservice" rev="1.0.0">
<artifact name="helm2-webservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pistoiaalliance.helm', module='helm2-webservice', version='1.0.0')
)
libraryDependencies += "org.pistoiaalliance.helm" % "helm2-webservice" % "1.0.0"
[org.pistoiaalliance.helm/helm2-webservice "1.0.0"]