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