is not current version
Last Version 0.11.0

me.tfeng.toolbox:common 0.8.3

common

GroupId

GroupId

me.tfeng.toolbox
ArtifactId

ArtifactId

common
Version

Version

0.8.3
Type

Type

jar

Download common 0.8.3


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