arithmetic
Example library for tutorial on publishing to Maven Central with OSSRH
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.evelizg |
| ArtifactId | ArtifactIdarithmetic |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionArithmetic Library for Tutorial
This is a sample library for a tutorial about
publishing to Maven Central
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| arithmetic-1.0.0.pom | |
| arithmetic-1.0.0.jar | 3 KB |
| arithmetic-1.0.0-sources.jar | 1 KB |
| arithmetic-1.0.0-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.evelizg/arithmetic/ -->
<dependency>
<groupId>com.github.evelizg</groupId>
<artifactId>arithmetic</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.evelizg/arithmetic/
implementation 'com.github.evelizg:arithmetic:1.0.0'
// https://jarcasting.com/artifacts/com.github.evelizg/arithmetic/
implementation ("com.github.evelizg:arithmetic:1.0.0")
'com.github.evelizg:arithmetic:jar:1.0.0'
<dependency org="com.github.evelizg" name="arithmetic" rev="1.0.0">
<artifact name="arithmetic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.evelizg', module='arithmetic', version='1.0.0')
)
libraryDependencies += "com.github.evelizg" % "arithmetic" % "1.0.0"
[com.github.evelizg/arithmetic "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
Example library for tutorial on publishing to Maven Central with OSSRH