| License | License | 
|---|---|
| GroupId | GroupIdtech.becoming | 
| ArtifactId | ArtifactIdcommon | 
| Last Version | Last Version1.1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionBecoming.tech's common library Yet another library that contains the regular comonly used things like http status codes, exceptions, enums. No dependencies in the final code. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| common-1.1.1.pom | |
| common-1.1.1.jar | 22 KB | 
| common-1.1.1-sources.jar | 34 KB | 
| common-1.1.1-javadoc.jar | 547 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/tech.becoming/common/ -->
<dependency>
    <groupId>tech.becoming</groupId>
    <artifactId>common</artifactId>
    <version>1.1.1</version>
</dependency>// https://jarcasting.com/artifacts/tech.becoming/common/
implementation 'tech.becoming:common:1.1.1'// https://jarcasting.com/artifacts/tech.becoming/common/
implementation ("tech.becoming:common:1.1.1")'tech.becoming:common:jar:1.1.1'<dependency org="tech.becoming" name="common" rev="1.1.1">
  <artifact name="common" type="jar" />
</dependency>@Grapes(
@Grab(group='tech.becoming', module='common', version='1.1.1')
)libraryDependencies += "tech.becoming" % "common" % "1.1.1"[tech.becoming/common "1.1.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.22 |