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