| GroupId | GroupIdio.github.fashionsuperman |
|---|---|
| ArtifactId | ArtifactIdresource-updater |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| resource-updater-1.0.pom | |
| resource-updater-1.0.jar | 47 KB |
| resource-updater-1.0-sources.jar | 22 KB |
| resource-updater-1.0-javadoc.jar | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.fashionsuperman/resource-updater/ -->
<dependency>
<groupId>io.github.fashionsuperman</groupId>
<artifactId>resource-updater</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fashionsuperman/resource-updater/
implementation 'io.github.fashionsuperman:resource-updater:1.0'
// https://jarcasting.com/artifacts/io.github.fashionsuperman/resource-updater/
implementation ("io.github.fashionsuperman:resource-updater:1.0")
'io.github.fashionsuperman:resource-updater:jar:1.0'
<dependency org="io.github.fashionsuperman" name="resource-updater" rev="1.0">
<artifact name="resource-updater" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fashionsuperman', module='resource-updater', version='1.0')
)
libraryDependencies += "io.github.fashionsuperman" % "resource-updater" % "1.0"
[io.github.fashionsuperman/resource-updater "1.0"]