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