| License | License
                                                        GNU General Public License, version 2, with the Classpath Exception                                                 | 
|---|---|
| GroupId | GroupIdme.springframework | 
| ArtifactId | ArtifactIdspring-me-samples | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionSpring ME Samples A collection of examples, demonstrating the use of Spring ME. | 
| Filename | Size | 
|---|---|
| spring-me-samples-1.0.pom | 700 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/me.springframework/spring-me-samples/ -->
<dependency>
    <groupId>me.springframework</groupId>
    <artifactId>spring-me-samples</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/me.springframework/spring-me-samples/
implementation 'me.springframework:spring-me-samples:1.0'// https://jarcasting.com/artifacts/me.springframework/spring-me-samples/
implementation ("me.springframework:spring-me-samples:1.0")'me.springframework:spring-me-samples:pom:1.0'<dependency org="me.springframework" name="spring-me-samples" rev="1.0">
  <artifact name="spring-me-samples" type="pom" />
</dependency>@Grapes(
@Grab(group='me.springframework', module='spring-me-samples', version='1.0')
)libraryDependencies += "me.springframework" % "spring-me-samples" % "1.0"[me.springframework/spring-me-samples "1.0"]