| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.pellaton.estol |
| Идентификатор | Идентификаторestol |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеESTOL application framework
Easily build and run Spring Framwork based Java SE applications with ESTOL
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| estol-1.0.0.pom | |
| estol-1.0.0.jar | 8 KB |
| estol-1.0.0-sources.jar | 5 KB |
| estol-1.0.0-javadoc.jar | 77 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.pellaton.estol/estol/ -->
<dependency>
<groupId>com.github.pellaton.estol</groupId>
<artifactId>estol</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pellaton.estol/estol/
implementation 'com.github.pellaton.estol:estol:1.0.0'
// https://jarcasting.com/artifacts/com.github.pellaton.estol/estol/
implementation ("com.github.pellaton.estol:estol:1.0.0")
'com.github.pellaton.estol:estol:jar:1.0.0'
<dependency org="com.github.pellaton.estol" name="estol" rev="1.0.0">
<artifact name="estol" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pellaton.estol', module='estol', version='1.0.0')
)
libraryDependencies += "com.github.pellaton.estol" % "estol" % "1.0.0"
[com.github.pellaton.estol/estol "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | 3.2.4.RELEASE |
| org.mockito : mockito-all | jar | 1.9.5 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.springframework : spring-test | jar | 3.2.4.RELEASE |