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