| License |
License |
|---|---|
| GroupId | GroupIdcom.github.pellaton.estol |
| ArtifactId | ArtifactIdestol |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionESTOL application framework
Easily build and run Spring Framwork based Java SE applications with ESTOL
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 3.2.4.RELEASE |
| org.mockito : mockito-all | jar | 1.9.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.springframework : spring-test | jar | 3.2.4.RELEASE |