is not current version
Last Version 0.6

org.atteo:evo-framework 0.5

Java application framework focused on configurability and ability to unit test.

GroupId

GroupId

org.atteo
ArtifactId

ArtifactId

evo-framework
Version

Version

0.5
Type

Type

pom

Download evo-framework 0.5

Filename Size
evo-framework-0.5.pom 12 KB
Browse

<!-- https://jarcasting.com/artifacts/org.atteo/evo-framework/ -->
<dependency>
    <groupId>org.atteo</groupId>
    <artifactId>evo-framework</artifactId>
    <version>0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atteo/evo-framework/
implementation 'org.atteo:evo-framework:0.5'
// https://jarcasting.com/artifacts/org.atteo/evo-framework/
implementation ("org.atteo:evo-framework:0.5")
'org.atteo:evo-framework:pom:0.5'
<dependency org="org.atteo" name="evo-framework" rev="0.5">
  <artifact name="evo-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atteo', module='evo-framework', version='0.5')
)
libraryDependencies += "org.atteo" % "evo-framework" % "0.5"
[org.atteo/evo-framework "0.5"]