saeg-commons
common utility methods
! If you need to install saeg-commons version 0.0.3 or earlier in your local repository, use JDK 7 or skip tests. There is a bug when compiling test classes with JDK 6. !
| License |
License |
|---|---|
| GroupId | GroupIdbr.usp.each.saeg |
| ArtifactId | ArtifactIdsaeg-commons |
| Last Version | Last Version0.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsaeg-commons
common utility methods
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| saeg-commons-0.0.5.pom | |
| saeg-commons-0.0.5.jar | 13 KB |
| saeg-commons-0.0.5-sources.jar | 14 KB |
| saeg-commons-0.0.5-javadoc.jar | 83 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/br.usp.each.saeg/saeg-commons/ -->
<dependency>
<groupId>br.usp.each.saeg</groupId>
<artifactId>saeg-commons</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/br.usp.each.saeg/saeg-commons/
implementation 'br.usp.each.saeg:saeg-commons:0.0.5'
// https://jarcasting.com/artifacts/br.usp.each.saeg/saeg-commons/
implementation ("br.usp.each.saeg:saeg-commons:0.0.5")
'br.usp.each.saeg:saeg-commons:jar:0.0.5'
<dependency org="br.usp.each.saeg" name="saeg-commons" rev="0.0.5">
<artifact name="saeg-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.usp.each.saeg', module='saeg-commons', version='0.0.5')
)
libraryDependencies += "br.usp.each.saeg" % "saeg-commons" % "0.0.5"
[br.usp.each.saeg/saeg-commons "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.8 |
common utility methods
! If you need to install saeg-commons version 0.0.3 or earlier in your local repository, use JDK 7 or skip tests. There is a bug when compiling test classes with JDK 6. !