EasyGloss

EasyGloss is a framework for simplifying unit testing of annotated classes that require injection in order to function.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.stvconsultants
ArtifactId

ArtifactId

easygloss
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

EasyGloss
EasyGloss is a framework for simplifying unit testing of annotated classes that require injection in order to function.

Download easygloss

How to add to project

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

Dependencies

provided (3)

Group / Artifact Type Version
javax.persistence : persistence-api jar 1.0
javax.annotation : jsr250-api jar 1.0
org.apache.geronimo.specs : geronimo-ejb_3.0_spec jar 1.0

test (2)

Group / Artifact Type Version
junit : junit jar 3.8.1
org.easymock : easymock jar 2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2