| License |
License |
|---|---|
| GroupId | GroupIdio.github.justinwlin-amazon |
| ArtifactId | ArtifactIdarithmetic |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionossrh-demo
A demo for deployment to the Central Repository via OSSRH
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| arithmetic-1.0.pom | |
| arithmetic-1.0.jar | 3 KB |
| arithmetic-1.0-sources.jar | 1 KB |
| arithmetic-1.0-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.justinwlin-amazon/arithmetic/ -->
<dependency>
<groupId>io.github.justinwlin-amazon</groupId>
<artifactId>arithmetic</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.justinwlin-amazon/arithmetic/
implementation 'io.github.justinwlin-amazon:arithmetic:1.0'
// https://jarcasting.com/artifacts/io.github.justinwlin-amazon/arithmetic/
implementation ("io.github.justinwlin-amazon:arithmetic:1.0")
'io.github.justinwlin-amazon:arithmetic:jar:1.0'
<dependency org="io.github.justinwlin-amazon" name="arithmetic" rev="1.0">
<artifact name="arithmetic" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.justinwlin-amazon', module='arithmetic', version='1.0')
)
libraryDependencies += "io.github.justinwlin-amazon" % "arithmetic" % "1.0"
[io.github.justinwlin-amazon/arithmetic "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |