| License |
License |
|---|---|
| GroupId | GroupIdio.github.ashimjk |
| ArtifactId | ArtifactIdaccount |
| Version | Version1.0.3 |
| Type | Typejar |
| Description |
DescriptionAccount
A application used as an example on how to set up pushing
its components to the Central Repository.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| account-1.0.3.pom | |
| account-1.0.3.jar | 8 KB |
| account-1.0.3-sources.jar | 4 KB |
| account-1.0.3-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ashimjk/account/ -->
<dependency>
<groupId>io.github.ashimjk</groupId>
<artifactId>account</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ashimjk/account/
implementation 'io.github.ashimjk:account:1.0.3'
// https://jarcasting.com/artifacts/io.github.ashimjk/account/
implementation ("io.github.ashimjk:account:1.0.3")
'io.github.ashimjk:account:jar:1.0.3'
<dependency org="io.github.ashimjk" name="account" rev="1.0.3">
<artifact name="account" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ashimjk', module='account', version='1.0.3')
)
libraryDependencies += "io.github.ashimjk" % "account" % "1.0.3"
[io.github.ashimjk/account "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.20 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.0-M1 |
| org.assertj : assertj-core | jar | 3.19.0 |