is not current version
Last Version 1.1.1

tech.becoming:common 1.0.6

Yet another library that contains the regular comonly used things like http status codes, exceptions, enums. No dependencies in the final code.

GroupId

GroupId

tech.becoming
ArtifactId

ArtifactId

common
Version

Version

1.0.6
Type

Type

jar

Download common 1.0.6


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