GroupId | GroupIdorg.pistoiaalliance.helm |
---|---|
ArtifactId | ArtifactIdhelm2-helmnotationparser |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.pistoiaalliance.helm/helm2-helmnotationparser/ -->
<dependency>
<groupId>org.pistoiaalliance.helm</groupId>
<artifactId>helm2-helmnotationparser</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.pistoiaalliance.helm/helm2-helmnotationparser/
implementation 'org.pistoiaalliance.helm:helm2-helmnotationparser:1.2.0'
// https://jarcasting.com/artifacts/org.pistoiaalliance.helm/helm2-helmnotationparser/
implementation ("org.pistoiaalliance.helm:helm2-helmnotationparser:1.2.0")
'org.pistoiaalliance.helm:helm2-helmnotationparser:jar:1.2.0'
<dependency org="org.pistoiaalliance.helm" name="helm2-helmnotationparser" rev="1.2.0">
<artifact name="helm2-helmnotationparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.pistoiaalliance.helm', module='helm2-helmnotationparser', version='1.2.0')
)
libraryDependencies += "org.pistoiaalliance.helm" % "helm2-helmnotationparser" % "1.2.0"
[org.pistoiaalliance.helm/helm2-helmnotationparser "1.2.0"]