| GroupId | GroupIdonline.sanen |
|---|---|
| ArtifactId | ArtifactIdmhdt-common |
| Version | Version1.3.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mhdt-common-1.3.2.pom | |
| mhdt-common-1.3.2.jar | 173 KB |
| mhdt-common-1.3.2-sources.jar | 99 KB |
| mhdt-common-1.3.2-javadoc.jar | 636 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/online.sanen/mhdt-common/ -->
<dependency>
<groupId>online.sanen</groupId>
<artifactId>mhdt-common</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/online.sanen/mhdt-common/
implementation 'online.sanen:mhdt-common:1.3.2'
// https://jarcasting.com/artifacts/online.sanen/mhdt-common/
implementation ("online.sanen:mhdt-common:1.3.2")
'online.sanen:mhdt-common:jar:1.3.2'
<dependency org="online.sanen" name="mhdt-common" rev="1.3.2">
<artifact name="mhdt-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='online.sanen', module='mhdt-common', version='1.3.2')
)
libraryDependencies += "online.sanen" % "mhdt-common" % "1.3.2"
[online.sanen/mhdt-common "1.3.2"]