| License |
License |
|---|---|
| GroupId | GroupIdio.github.doohee94 |
| ArtifactId | ArtifactIdcommon |
| Version | Version1.1 |
| Type | Typejar |
| Description |
Descriptioncommon
java common modules. for example, annotations or utils etc..
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-1.1.pom | |
| common-1.1.jar | 7 KB |
| common-1.1-sources.jar | 2 KB |
| common-1.1-javadoc.jar | 47 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.validation : validation-api Optional | jar | 2.0.0.Final |
| org.springframework : spring-web Optional | jar | 5.2.4.RELEASE |