| Группа | Группаorg.corefine.common |
|---|---|
| Идентификатор | Идентификаторcommon-web |
| Версия | Версия1.4.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| common-web-1.4.8.pom | |
| common-web-1.4.8.jar | 9 KB |
| common-web-1.4.8-sources.jar | 6 KB |
| common-web-1.4.8-javadoc.jar | 101 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.corefine.common/common-web/ -->
<dependency>
<groupId>org.corefine.common</groupId>
<artifactId>common-web</artifactId>
<version>1.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.corefine.common/common-web/
implementation 'org.corefine.common:common-web:1.4.8'
// https://jarcasting.com/artifacts/org.corefine.common/common-web/
implementation ("org.corefine.common:common-web:1.4.8")
'org.corefine.common:common-web:jar:1.4.8'
<dependency org="org.corefine.common" name="common-web" rev="1.4.8">
<artifact name="common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.corefine.common', module='common-web', version='1.4.8')
)
libraryDependencies += "org.corefine.common" % "common-web" % "1.4.8"
[org.corefine.common/common-web "1.4.8"]