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