| License |
License |
|---|---|
| GroupId | GroupIdorg.elypia.elypiai |
| ArtifactId | ArtifactIdcommon-core |
| Last Version | Last Version2.3.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionelypiai
An abstraction to wrap APIs as effectively as possible with a clean and common interface and extensibility between them.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-core-2.3.3.pom | |
| common-core-2.3.3.jar | 15 KB |
| common-core-2.3.3-sources.jar | 13 KB |
| common-core-2.3.3-javadoc.jar | 448 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.elypia.elypiai/common-core/ -->
<dependency>
<groupId>org.elypia.elypiai</groupId>
<artifactId>common-core</artifactId>
<version>2.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.elypia.elypiai/common-core/
implementation 'org.elypia.elypiai:common-core:2.3.3'
// https://jarcasting.com/artifacts/org.elypia.elypiai/common-core/
implementation ("org.elypia.elypiai:common-core:2.3.3")
'org.elypia.elypiai:common-core:jar:2.3.3'
<dependency org="org.elypia.elypiai" name="common-core" rev="2.3.3">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elypia.elypiai', module='common-core', version='2.3.3')
)
libraryDependencies += "org.elypia.elypiai" % "common-core" % "2.3.3"
[org.elypia.elypiai/common-core "2.3.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
| org.slf4j : slf4j-api | jar | 1.7.30 |