is not current version
Last Version 0.1.5

com.github.vatbub:common.core 0.1.4

Common core classes for vatbub projects. Includes a logger and a preference storage among others

GroupId

GroupId

com.github.vatbub
ArtifactId

ArtifactId

common.core
Version

Version

0.1.4
Type

Type

jar

Download common.core 0.1.4


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