is not current version
Last Version 0.1.5

com.github.vatbub:common 0.1.2

Unifies all common modules. Use this module as a dependency for all submodules of this repo.

GroupId

GroupId

com.github.vatbub
ArtifactId

ArtifactId

common
Version

Version

0.1.2
Type

Type

jar

Download common 0.1.2


<!-- https://jarcasting.com/artifacts/com.github.vatbub/common/ -->
<dependency>
    <groupId>com.github.vatbub</groupId>
    <artifactId>common</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/common/
implementation 'com.github.vatbub:common:0.1.2'
// https://jarcasting.com/artifacts/com.github.vatbub/common/
implementation ("com.github.vatbub:common:0.1.2")
'com.github.vatbub:common:jar:0.1.2'
<dependency org="com.github.vatbub" name="common" rev="0.1.2">
  <artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='common', version='0.1.2')
)
libraryDependencies += "com.github.vatbub" % "common" % "0.1.2"
[com.github.vatbub/common "0.1.2"]