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