| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.jeesl |
| Идентификатор | Идентификаторjeesl |
| Последняя версия | Последняя версия0.2.9 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJEESL (JavaEE Support Library)
Utilities and Helper for JavaEE Developments (JavaEE Support Library)
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jeesl-0.2.9.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jeesl/jeesl/ -->
<dependency>
<groupId>org.jeesl</groupId>
<artifactId>jeesl</artifactId>
<version>0.2.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jeesl/jeesl/
implementation 'org.jeesl:jeesl:0.2.9'
// https://jarcasting.com/artifacts/org.jeesl/jeesl/
implementation ("org.jeesl:jeesl:0.2.9")
'org.jeesl:jeesl:pom:0.2.9'
<dependency org="org.jeesl" name="jeesl" rev="0.2.9">
<artifact name="jeesl" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jeesl', module='jeesl', version='0.2.9')
)
libraryDependencies += "org.jeesl" % "jeesl" % "0.2.9"
[org.jeesl/jeesl "0.2.9"]