GroupId | GroupIdio.github.baked-libs |
---|---|
ArtifactId | ArtifactIddough-updater |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
dough-updater-1.0.0.pom | |
dough-updater-1.0.0.jar | 14 KB |
dough-updater-1.0.0-sources.jar | 7 KB |
dough-updater-1.0.0-javadoc.jar | 401 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.baked-libs/dough-updater/ -->
<dependency>
<groupId>io.github.baked-libs</groupId>
<artifactId>dough-updater</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.baked-libs/dough-updater/
implementation 'io.github.baked-libs:dough-updater:1.0.0'
// https://jarcasting.com/artifacts/io.github.baked-libs/dough-updater/
implementation ("io.github.baked-libs:dough-updater:1.0.0")
'io.github.baked-libs:dough-updater:jar:1.0.0'
<dependency org="io.github.baked-libs" name="dough-updater" rev="1.0.0">
<artifact name="dough-updater" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.baked-libs', module='dough-updater', version='1.0.0')
)
libraryDependencies += "io.github.baked-libs" % "dough-updater" % "1.0.0"
[io.github.baked-libs/dough-updater "1.0.0"]