License |
License
GNU General Public License, version 2, with the Classpath Exception
|
---|---|
GroupId | GroupIdme.springframework |
ArtifactId | ArtifactIdspring-me-api |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring ME API
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-api-1.0.pom | |
spring-me-api-1.0.jar | 2 KB |
spring-me-api-1.0-sources.jar | 3 KB |
spring-me-api-1.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.springframework/spring-me-api/ -->
<dependency>
<groupId>me.springframework</groupId>
<artifactId>spring-me-api</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.springframework/spring-me-api/
implementation 'me.springframework:spring-me-api:1.0'
// https://jarcasting.com/artifacts/me.springframework/spring-me-api/
implementation ("me.springframework:spring-me-api:1.0")
'me.springframework:spring-me-api:jar:1.0'
<dependency org="me.springframework" name="spring-me-api" rev="1.0">
<artifact name="spring-me-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.springframework', module='spring-me-api', version='1.0')
)
libraryDependencies += "me.springframework" % "spring-me-api" % "1.0"
[me.springframework/spring-me-api "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring | jar | 2.5.2 |