| License | License
                                                        GNU General Public License, version 2, with the Classpath Exception                                                 | 
|---|---|
| GroupId | GroupIdme.springframework | 
| ArtifactId | ArtifactIdspring-me-core | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSpring ME Core 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-core-1.0.pom | |
| spring-me-core-1.0.jar | 71 KB | 
| spring-me-core-1.0-sources.jar | 68 KB | 
| spring-me-core-1.0-javadoc.jar | 259 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/me.springframework/spring-me-core/ -->
<dependency>
    <groupId>me.springframework</groupId>
    <artifactId>spring-me-core</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/me.springframework/spring-me-core/
implementation 'me.springframework:spring-me-core:1.0'// https://jarcasting.com/artifacts/me.springframework/spring-me-core/
implementation ("me.springframework:spring-me-core:1.0")'me.springframework:spring-me-core:jar:1.0'<dependency org="me.springframework" name="spring-me-core" rev="1.0">
  <artifact name="spring-me-core" type="jar" />
</dependency>@Grapes(
@Grab(group='me.springframework', module='spring-me-core', version='1.0')
)libraryDependencies += "me.springframework" % "spring-me-core" % "1.0"[me.springframework/spring-me-core "1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| antlr : antlr | jar | 2.7.7 | 
| com.thoughtworks.qdox : qdox | jar | 1.9 | 
| com.agilejava.blammo : blammo-core | jar | 0.3 | 
| commons-io : commons-io | jar | 1.4 | 
| commons-lang : commons-lang | jar | 2.4 | 
| org.antlr : stringtemplate | jar | 3.2 | 
| org.springframework : spring | jar | 2.5.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.easymock : easymock | jar | 2.4 | 
| junit : junit | jar | 3.8.2 |