GroupId | GroupIdorg.pistoiaalliance.helm |
---|---|
ArtifactId | ArtifactIdhelm2-webservice |
Version | Version3.0.1 |
Type | Typewar |
Filename | Size |
---|---|
helm2-webservice-3.0.1.pom | |
helm2-webservice-3.0.1.war | 42 MB |
helm2-webservice-3.0.1-sources.jar | 172 KB |
helm2-webservice-3.0.1-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>3.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.pistoiaalliance.helm/helm2-webservice/
implementation 'org.pistoiaalliance.helm:helm2-webservice:3.0.1'
// https://jarcasting.com/artifacts/org.pistoiaalliance.helm/helm2-webservice/
implementation ("org.pistoiaalliance.helm:helm2-webservice:3.0.1")
'org.pistoiaalliance.helm:helm2-webservice:war:3.0.1'
<dependency org="org.pistoiaalliance.helm" name="helm2-webservice" rev="3.0.1">
<artifact name="helm2-webservice" type="war" />
</dependency>
@Grapes(
@Grab(group='org.pistoiaalliance.helm', module='helm2-webservice', version='3.0.1')
)
libraryDependencies += "org.pistoiaalliance.helm" % "helm2-webservice" % "3.0.1"
[org.pistoiaalliance.helm/helm2-webservice "3.0.1"]