| License |
License |
|---|---|
| GroupId | GroupIdcom.elevenware |
| ArtifactId | ArtifactIdjoann |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionJoann - Joda Annotation
Allows for trivial setting of Joda time in unit tests
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| joann-1.0.pom | |
| joann-1.0.jar | 7 KB |
| joann-1.0-sources.jar | 3 KB |
| joann-1.0-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.elevenware/joann/ -->
<dependency>
<groupId>com.elevenware</groupId>
<artifactId>joann</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.elevenware/joann/
implementation 'com.elevenware:joann:1.0'
// https://jarcasting.com/artifacts/com.elevenware/joann/
implementation ("com.elevenware:joann:1.0")
'com.elevenware:joann:jar:1.0'
<dependency org="com.elevenware" name="joann" rev="1.0">
<artifact name="joann" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.elevenware', module='joann', version='1.0')
)
libraryDependencies += "com.elevenware" % "joann" % "1.0"
[com.elevenware/joann "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| xmlunit : xmlunit | jar | 1.2 |
| joda-time : joda-time | jar | 1.6.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy-all | jar | 1.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.spockframework : spock-core | jar | 0.6-groovy-1.7 |