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