| License | License
                                                        GNU General Public License, version 2, with the Classpath Exception                                                 | 
|---|---|
| GroupId | GroupIdme.springframework | 
| ArtifactId | ArtifactIdspring-me-it | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSpring ME Integration Tests A version of Spring that not only has a very small runtime
    footprint (none), but also is capable of running on small handheld
    devices, since it does not rely on reflection. | 
| Filename | Size | 
|---|---|
| spring-me-it-1.0.pom | |
| spring-me-it-1.0.jar | 1 KB | 
| spring-me-it-1.0-sources.jar | 316 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/me.springframework/spring-me-it/ -->
<dependency>
    <groupId>me.springframework</groupId>
    <artifactId>spring-me-it</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/me.springframework/spring-me-it/
implementation 'me.springframework:spring-me-it:1.0'// https://jarcasting.com/artifacts/me.springframework/spring-me-it/
implementation ("me.springframework:spring-me-it:1.0")'me.springframework:spring-me-it:jar:1.0'<dependency org="me.springframework" name="spring-me-it" rev="1.0">
  <artifact name="spring-me-it" type="jar" />
</dependency>@Grapes(
@Grab(group='me.springframework', module='spring-me-it', version='1.0')
)libraryDependencies += "me.springframework" % "spring-me-it" % "1.0"[me.springframework/spring-me-it "1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.maven.shared : maven-verifier | jar | 1.2-SPRINGME-774506 | 
| org.apache.maven.its » maven-it-helper | jar | 2.1-SPRINGME-774505 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.2 |