is not current version
Last Version 1.96

dev.j3ee:eos 0.94

EOS is a Full Fledged Java Application Server with built in Dependency Injection, Request Mapping and Data Management support. EOS boasts its own custom view tag library and the ability to write your own custom view tags.

GroupId

GroupId

dev.j3ee
ArtifactId

ArtifactId

eos
Version

Version

0.94
Type

Type

jar

Download eos 0.94


<!-- https://jarcasting.com/artifacts/dev.j3ee/eos/ -->
<dependency>
    <groupId>dev.j3ee</groupId>
    <artifactId>eos</artifactId>
    <version>0.94</version>
</dependency>
// https://jarcasting.com/artifacts/dev.j3ee/eos/
implementation 'dev.j3ee:eos:0.94'
// https://jarcasting.com/artifacts/dev.j3ee/eos/
implementation ("dev.j3ee:eos:0.94")
'dev.j3ee:eos:jar:0.94'
<dependency org="dev.j3ee" name="eos" rev="0.94">
  <artifact name="eos" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.j3ee', module='eos', version='0.94')
)
libraryDependencies += "dev.j3ee" % "eos" % "0.94"
[dev.j3ee/eos "0.94"]