is not current version
Last Version 2.0.1

io.github.cnspary:mesa 1.0.1

Simple library for the tutorial about Maven and Gradle usage with further publishing to Maven Central with OSSRH

GroupId

GroupId

io.github.cnspary
ArtifactId

ArtifactId

mesa
Version

Version

1.0.1
Type

Type

jar

Download mesa 1.0.1


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