| GroupId | GroupIdcom.github.apuex.pa |
|---|---|
| ArtifactId | ArtifactIdpa-mhs |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| pa-mhs-1.0.1.pom | |
| pa-mhs-1.0.1.jar | 30 KB |
| pa-mhs-1.0.1-sources.jar | 20 KB |
| pa-mhs-1.0.1-javadoc.jar | 122 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.apuex.pa/pa-mhs/ -->
<dependency>
<groupId>com.github.apuex.pa</groupId>
<artifactId>pa-mhs</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.apuex.pa/pa-mhs/
implementation 'com.github.apuex.pa:pa-mhs:1.0.1'
// https://jarcasting.com/artifacts/com.github.apuex.pa/pa-mhs/
implementation ("com.github.apuex.pa:pa-mhs:1.0.1")
'com.github.apuex.pa:pa-mhs:jar:1.0.1'
<dependency org="com.github.apuex.pa" name="pa-mhs" rev="1.0.1">
<artifact name="pa-mhs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.apuex.pa', module='pa-mhs', version='1.0.1')
)
libraryDependencies += "com.github.apuex.pa" % "pa-mhs" % "1.0.1"
[com.github.apuex.pa/pa-mhs "1.0.1"]