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