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