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