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