is not current version
Last Version 1.3.2

io.github.moyada:medivh 0.1.2

A Java annotation processor for automatic generate method verify at compile time.

GroupId

GroupId

io.github.moyada
ArtifactId

ArtifactId

medivh
Version

Version

0.1.2
Type

Type

jar

Download medivh 0.1.2


<!-- https://jarcasting.com/artifacts/io.github.moyada/medivh/ -->
<dependency>
    <groupId>io.github.moyada</groupId>
    <artifactId>medivh</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.moyada/medivh/
implementation 'io.github.moyada:medivh:0.1.2'
// https://jarcasting.com/artifacts/io.github.moyada/medivh/
implementation ("io.github.moyada:medivh:0.1.2")
'io.github.moyada:medivh:jar:0.1.2'
<dependency org="io.github.moyada" name="medivh" rev="0.1.2">
  <artifact name="medivh" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.moyada', module='medivh', version='0.1.2')
)
libraryDependencies += "io.github.moyada" % "medivh" % "0.1.2"
[io.github.moyada/medivh "0.1.2"]