| License |
License |
|---|---|
| GroupId | GroupIdio.github.cnspary |
| ArtifactId | ArtifactIdmesa |
| Last Version | Last Version2.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmesa
Simple library for the tutorial about Maven usage with further publishing to Maven Central with OSSRH
|
| Filename | Size |
|---|---|
| mesa-2.0.1.pom | |
| mesa-2.0.1.jar | 3 KB |
| mesa-2.0.1-sources.jar | 3 KB |
| mesa-2.0.1-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.cnspary/mesa/ -->
<dependency>
<groupId>io.github.cnspary</groupId>
<artifactId>mesa</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cnspary/mesa/
implementation 'io.github.cnspary:mesa:2.0.1'
// https://jarcasting.com/artifacts/io.github.cnspary/mesa/
implementation ("io.github.cnspary:mesa:2.0.1")
'io.github.cnspary:mesa:jar:2.0.1'
<dependency org="io.github.cnspary" name="mesa" rev="2.0.1">
<artifact name="mesa" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cnspary', module='mesa', version='2.0.1')
)
libraryDependencies += "io.github.cnspary" % "mesa" % "2.0.1"
[io.github.cnspary/mesa "2.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |