| License |
License |
|---|---|
| GroupId | GroupIdph.extremelogic |
| ArtifactId | ArtifactIdcommon-core |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionExtreme Logic Common Core
Common core library used by Extreme Logic
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| common-core-0.0.1.pom | |
| common-core-0.0.1.jar | 18 KB |
| common-core-0.0.1-sources.jar | 12 KB |
| common-core-0.0.1-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ph.extremelogic/common-core/ -->
<dependency>
<groupId>ph.extremelogic</groupId>
<artifactId>common-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ph.extremelogic/common-core/
implementation 'ph.extremelogic:common-core:0.0.1'
// https://jarcasting.com/artifacts/ph.extremelogic/common-core/
implementation ("ph.extremelogic:common-core:0.0.1")
'ph.extremelogic:common-core:jar:0.0.1'
<dependency org="ph.extremelogic" name="common-core" rev="0.0.1">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ph.extremelogic', module='common-core', version='0.0.1')
)
libraryDependencies += "ph.extremelogic" % "common-core" % "0.0.1"
[ph.extremelogic/common-core "0.0.1"]