| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.stvconsultants |
| ArtifactId | ArtifactIdeasygloss |
| Last Version | Last Version1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEasyGloss
EasyGloss is a framework for simplifying unit testing of annotated classes that require injection in order to function.
|
| Filename | Size |
|---|---|
| easygloss-1.3.pom | |
| easygloss-1.3.jar | 30 KB |
| easygloss-1.3-sources.jar | 31 KB |
| easygloss-1.3-javadoc.jar | 135 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| org.easymock : easymock | jar | 2.0 |