common

java common modules. for example, annotations or utils etc..

License

License

GroupId

GroupId

io.github.doohee94
ArtifactId

ArtifactId

common
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

common
java common modules. for example, annotations or utils etc..
Project URL

Project URL

https://github.com/doohee94/common
Source Code Management

Source Code Management

https://github.com/doohee94/common

Download common

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
javax.validation : validation-api Optional jar 2.0.0.Final
org.springframework : spring-web Optional jar 5.2.4.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0