h

helm2-helmnotationparser

Module to parse HELM Notation in the format 1 and 2.
https://github.com/PistoiaHELM/HELMNotationParser
MIT License
Pistoia Alliance
文件下载
文件名 操作
helm2-helmnotationparser-1.2.2.jar 下载
helm2-helmnotationparser-1.2.2.pom 下载
helm2-helmnotationparser-1.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.pistoiaalliance.helm</groupId>
  <artifactId>helm2-helmnotationparser</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.pistoiaalliance.helm:helm2-helmnotationparser:1.2.2'
Gradle Kotlin
implementation("org.pistoiaalliance.helm:helm2-helmnotationparser:1.2.2")
Scala SBT
libraryDependencies += "org.pistoiaalliance.helm" % "helm2-helmnotationparser" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.pistoiaalliance.helm', module='helm2-helmnotationparser', version='1.2.2')
)
Apache Ivy
<dependency org="org.pistoiaalliance.helm" name="helm2-helmnotationparser" rev="1.2.2" />
Leiningen
[org.pistoiaalliance.helm/helm2-helmnotationparser "1.2.2"]
Apache Buildr
'org.pistoiaalliance.helm:helm2-helmnotationparser:jar:1.2.2'