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