| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.alibaba.otter |
| Идентификатор | Идентификаторshared |
| Последняя версия | Последняя версия4.2.18 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеshared module for otter
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| shared-4.2.18.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.alibaba.otter/shared/ -->
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>shared</artifactId>
<version>4.2.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/shared/
implementation 'com.alibaba.otter:shared:4.2.18'
// https://jarcasting.com/artifacts/com.alibaba.otter/shared/
implementation ("com.alibaba.otter:shared:4.2.18")
'com.alibaba.otter:shared:pom:4.2.18'
<dependency org="com.alibaba.otter" name="shared" rev="4.2.18">
<artifact name="shared" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='shared', version='4.2.18')
)
libraryDependencies += "com.alibaba.otter" % "shared" % "4.2.18"
[com.alibaba.otter/shared "4.2.18"]