| GroupId | GroupIdru.greatbit.whoru |
|---|---|
| ArtifactId | ArtifactIdwhoru-all |
| Version | Version1.6 |
| Type | Typepom |
| Filename | Size |
|---|---|
| whoru-all-1.6.pom | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ru.greatbit.whoru/whoru-all/ -->
<dependency>
<groupId>ru.greatbit.whoru</groupId>
<artifactId>whoru-all</artifactId>
<version>1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ru.greatbit.whoru/whoru-all/
implementation 'ru.greatbit.whoru:whoru-all:1.6'
// https://jarcasting.com/artifacts/ru.greatbit.whoru/whoru-all/
implementation ("ru.greatbit.whoru:whoru-all:1.6")
'ru.greatbit.whoru:whoru-all:pom:1.6'
<dependency org="ru.greatbit.whoru" name="whoru-all" rev="1.6">
<artifact name="whoru-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='ru.greatbit.whoru', module='whoru-all', version='1.6')
)
libraryDependencies += "ru.greatbit.whoru" % "whoru-all" % "1.6"
[ru.greatbit.whoru/whoru-all "1.6"]