| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools | 
| GroupId | GroupIdcom.stvconsultants | 
| ArtifactId | ArtifactIdeasygloss-master | 
| Last Version | Last Version1.3 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionEasyGloss Master Project EasyGloss is a framework for simplifying unit testing of annotated classes that require injection in order to function. | 
| Filename | Size | 
|---|---|
| easygloss-master-1.3.pom | 8 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.stvconsultants/easygloss-master/ -->
<dependency>
    <groupId>com.stvconsultants</groupId>
    <artifactId>easygloss-master</artifactId>
    <version>1.3</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.stvconsultants/easygloss-master/
implementation 'com.stvconsultants:easygloss-master:1.3'// https://jarcasting.com/artifacts/com.stvconsultants/easygloss-master/
implementation ("com.stvconsultants:easygloss-master:1.3")'com.stvconsultants:easygloss-master:pom:1.3'<dependency org="com.stvconsultants" name="easygloss-master" rev="1.3">
  <artifact name="easygloss-master" type="pom" />
</dependency>@Grapes(
@Grab(group='com.stvconsultants', module='easygloss-master', version='1.3')
)libraryDependencies += "com.stvconsultants" % "easygloss-master" % "1.3"[com.stvconsultants/easygloss-master "1.3"]