| License |
License |
|---|---|
| GroupId | GroupIdxyz.tneciv |
| ArtifactId | ArtifactIdcommon-core |
| Last Version | Last Version2.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommon-core
Common core for spring boot
|
| Filename | Size |
|---|---|
| common-core-2.0.5.pom | |
| common-core-2.0.5.jar | 23 KB |
| common-core-2.0.5-sources.jar | 12 KB |
| common-core-2.0.5-javadoc.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.tneciv/common-core/ -->
<dependency>
<groupId>xyz.tneciv</groupId>
<artifactId>common-core</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tneciv/common-core/
implementation 'xyz.tneciv:common-core:2.0.5'
// https://jarcasting.com/artifacts/xyz.tneciv/common-core/
implementation ("xyz.tneciv:common-core:2.0.5")
'xyz.tneciv:common-core:jar:2.0.5'
<dependency org="xyz.tneciv" name="common-core" rev="2.0.5">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tneciv', module='common-core', version='2.0.5')
)
libraryDependencies += "xyz.tneciv" % "common-core" % "2.0.5"
[xyz.tneciv/common-core "2.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.11.RELEASE |
| org.projectlombok : lombok | jar | 1.18.10 |