GroupId | GroupIdio.github.moyada |
---|---|
ArtifactId | ArtifactIdmedivh |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
medivh-1.2.1.pom | |
medivh-1.2.1.jar | 72 KB |
medivh-1.2.1-sources.jar | 46 KB |
medivh-1.2.1-javadoc.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.moyada/medivh/ -->
<dependency>
<groupId>io.github.moyada</groupId>
<artifactId>medivh</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.moyada/medivh/
implementation 'io.github.moyada:medivh:1.2.1'
// https://jarcasting.com/artifacts/io.github.moyada/medivh/
implementation ("io.github.moyada:medivh:1.2.1")
'io.github.moyada:medivh:jar:1.2.1'
<dependency org="io.github.moyada" name="medivh" rev="1.2.1">
<artifact name="medivh" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.moyada', module='medivh', version='1.2.1')
)
libraryDependencies += "io.github.moyada" % "medivh" % "1.2.1"
[io.github.moyada/medivh "1.2.1"]