| License |
License |
|---|---|
| GroupId | GroupIdcom.github.bogdanovmn.common.core |
| ArtifactId | ArtifactIdcommon-core |
| Last Version | Last Version1.9.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjava-common-core
Java common library (core)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-core-1.9.0.pom | |
| common-core-1.9.0.jar | 11 KB |
| common-core-1.9.0-sources.jar | 7 KB |
| common-core-1.9.0-javadoc.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bogdanovmn.common.core/common-core/ -->
<dependency>
<groupId>com.github.bogdanovmn.common.core</groupId>
<artifactId>common-core</artifactId>
<version>1.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bogdanovmn.common.core/common-core/
implementation 'com.github.bogdanovmn.common.core:common-core:1.9.0'
// https://jarcasting.com/artifacts/com.github.bogdanovmn.common.core/common-core/
implementation ("com.github.bogdanovmn.common.core:common-core:1.9.0")
'com.github.bogdanovmn.common.core:common-core:jar:1.9.0'
<dependency org="com.github.bogdanovmn.common.core" name="common-core" rev="1.9.0">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bogdanovmn.common.core', module='common-core', version='1.9.0')
)
libraryDependencies += "com.github.bogdanovmn.common.core" % "common-core" % "1.9.0"
[com.github.bogdanovmn.common.core/common-core "1.9.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.22 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |