| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.moholy |
| ArtifactId | ArtifactIdmoholy |
| Last Version | Last Version0.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMoholy
Moholy is a library of Hamcrest matchers for Spring MVC.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| moholy-0.4.0.pom | |
| moholy-0.4.0.jar | 6 KB |
| moholy-0.4.0-sources.jar | 3 KB |
| moholy-0.4.0-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.moholy/moholy/ -->
<dependency>
<groupId>net.sf.moholy</groupId>
<artifactId>moholy</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.moholy/moholy/
implementation 'net.sf.moholy:moholy:0.4.0'
// https://jarcasting.com/artifacts/net.sf.moholy/moholy/
implementation ("net.sf.moholy:moholy:0.4.0")
'net.sf.moholy:moholy:jar:0.4.0'
<dependency org="net.sf.moholy" name="moholy" rev="0.4.0">
<artifact name="moholy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.moholy', module='moholy', version='0.4.0')
)
libraryDependencies += "net.sf.moholy" % "moholy" % "0.4.0"
[net.sf.moholy/moholy "0.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | [1.2,) |
| org.springframework : spring-webmvc | jar | 2.5.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| junit : junit | jar | 4.11 |