GroupId | GroupIdcom.github.mizool |
---|---|
ArtifactId | ArtifactIdmizool |
Version | Version0.38 |
Type | Typepom |
Filename | Size |
---|---|
mizool-0.38.pom | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mizool/mizool/ -->
<dependency>
<groupId>com.github.mizool</groupId>
<artifactId>mizool</artifactId>
<version>0.38</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool/mizool/
implementation 'com.github.mizool:mizool:0.38'
// https://jarcasting.com/artifacts/com.github.mizool/mizool/
implementation ("com.github.mizool:mizool:0.38")
'com.github.mizool:mizool:pom:0.38'
<dependency org="com.github.mizool" name="mizool" rev="0.38">
<artifact name="mizool" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool', module='mizool', version='0.38')
)
libraryDependencies += "com.github.mizool" % "mizool" % "0.38"
[com.github.mizool/mizool "0.38"]