MVN

me.springframework : spring-me

Maven & Gradle

May 15, 2009

Spring ME · 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.

<dependency>
    <groupId>me.springframework</groupId>
    <artifactId>spring-me</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.springframework : spring-me to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of me.springframework : spring-me to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
spring-me-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>me.springframework</groupId>
    <artifactId>spring-me</artifactId>
    <version>1.0</version>
</dependency>