ESTOL application framework

Easily build and run Spring Framwork based Java SE applications with ESTOL

License

License

GroupId

GroupId

com.github.pellaton.estol
ArtifactId

ArtifactId

estol
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

ESTOL application framework
Easily build and run Spring Framwork based Java SE applications with ESTOL
Project URL

Project URL

https://github.com/pellaton/estol
Source Code Management

Source Code Management

https://github.com/pellaton/estol

Download estol

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.springframework : spring-context jar 3.2.4.RELEASE
org.mockito : mockito-all jar 1.9.5

test (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0