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