| GroupId | GroupIdorg.meeuw |
|---|---|
| ArtifactId | ArtifactIdmihxil-es |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mihxil-es-0.7.pom | |
| mihxil-es-0.7.jar | 5 KB |
| mihxil-es-0.7-sources.jar | 2 KB |
| mihxil-es-0.7-javadoc.jar | 23 KB |
| mihxil-es-0.7-executable.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.meeuw/mihxil-es/ -->
<dependency>
<groupId>org.meeuw</groupId>
<artifactId>mihxil-es</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.meeuw/mihxil-es/
implementation 'org.meeuw:mihxil-es:0.7'
// https://jarcasting.com/artifacts/org.meeuw/mihxil-es/
implementation ("org.meeuw:mihxil-es:0.7")
'org.meeuw:mihxil-es:jar:0.7'
<dependency org="org.meeuw" name="mihxil-es" rev="0.7">
<artifact name="mihxil-es" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.meeuw', module='mihxil-es', version='0.7')
)
libraryDependencies += "org.meeuw" % "mihxil-es" % "0.7"
[org.meeuw/mihxil-es "0.7"]