GroupId | GroupIdio.github.lmikoto |
---|---|
ArtifactId | ArtifactIdmikoto-utils |
Version | Version1.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.lmikoto/mikoto-utils/ -->
<dependency>
<groupId>io.github.lmikoto</groupId>
<artifactId>mikoto-utils</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lmikoto/mikoto-utils/
implementation 'io.github.lmikoto:mikoto-utils:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/io.github.lmikoto/mikoto-utils/
implementation ("io.github.lmikoto:mikoto-utils:1.0.0.RELEASE")
'io.github.lmikoto:mikoto-utils:jar:1.0.0.RELEASE'
<dependency org="io.github.lmikoto" name="mikoto-utils" rev="1.0.0.RELEASE">
<artifact name="mikoto-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lmikoto', module='mikoto-utils', version='1.0.0.RELEASE')
)
libraryDependencies += "io.github.lmikoto" % "mikoto-utils" % "1.0.0.RELEASE"
[io.github.lmikoto/mikoto-utils "1.0.0.RELEASE"]