| GroupId | GroupIdcom.github.vatbub |
|---|---|
| ArtifactId | ArtifactIdcommon.updater |
| Version | Version0.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common.updater-0.1.2.pom | |
| common.updater-0.1.2.jar | 23 KB |
| common.updater-0.1.2-sources.jar | 21 KB |
| common.updater-0.1.2-javadoc.jar | 78 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/common.updater/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>common.updater</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/common.updater/
implementation 'com.github.vatbub:common.updater:0.1.2'
// https://jarcasting.com/artifacts/com.github.vatbub/common.updater/
implementation ("com.github.vatbub:common.updater:0.1.2")
'com.github.vatbub:common.updater:jar:0.1.2'
<dependency org="com.github.vatbub" name="common.updater" rev="0.1.2">
<artifact name="common.updater" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='common.updater', version='0.1.2')
)
libraryDependencies += "com.github.vatbub" % "common.updater" % "0.1.2"
[com.github.vatbub/common.updater "0.1.2"]