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