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