| Лицензия |
Лицензия |
|---|---|
| Группа | Группаph.extremelogic |
| Идентификатор | Идентификаторcommon-core |
| Версия | Версия0.0.1 |
| Тип | Типjar |
| Описание |
ОписаниеExtreme Logic Common Core
Common core library used by Extreme Logic
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]