| License |
License |
|---|---|
| GroupId | GroupIdcom.hihooda |
| ArtifactId | ArtifactIdcommon-core |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommon-core
common component
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| common-core-1.0.3.pom | |
| common-core-1.0.3.jar | 7 KB |
| common-core-1.0.3-sources.jar | 5 KB |
| common-core-1.0.3-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hihooda/common-core/ -->
<dependency>
<groupId>com.hihooda</groupId>
<artifactId>common-core</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.hihooda/common-core/
implementation 'com.hihooda:common-core:1.0.3'
// https://jarcasting.com/artifacts/com.hihooda/common-core/
implementation ("com.hihooda:common-core:1.0.3")
'com.hihooda:common-core:jar:1.0.3'
<dependency org="com.hihooda" name="common-core" rev="1.0.3">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hihooda', module='common-core', version='1.0.3')
)
libraryDependencies += "com.hihooda" % "common-core" % "1.0.3"
[com.hihooda/common-core "1.0.3"]