| License |
License |
|---|---|
| GroupId | GroupIdfr.norad.updater |
| ArtifactId | ArtifactIdupdater |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionUpdater
|
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| updater-0.1.pom | |
| updater-0.1.jar | 9 KB |
| updater-0.1-sources.jar | 5 KB |
| updater-0.1-javadoc.jar | 39 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.norad.updater/updater/ -->
<dependency>
<groupId>fr.norad.updater</groupId>
<artifactId>updater</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.norad.updater/updater/
implementation 'fr.norad.updater:updater:0.1'
// https://jarcasting.com/artifacts/fr.norad.updater/updater/
implementation ("fr.norad.updater:updater:0.1")
'fr.norad.updater:updater:jar:0.1'
<dependency org="fr.norad.updater" name="updater" rev="0.1">
<artifact name="updater" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.norad.updater', module='updater', version='0.1')
)
libraryDependencies += "fr.norad.updater" % "updater" % "0.1"
[fr.norad.updater/updater "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api Optional | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.12.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.easytesting : fest-assert-core | jar | 2.0M8 |