| License |
License |
|---|---|
| GroupId | GroupIdio.lsn |
| ArtifactId | ArtifactIdspring-model |
| Last Version | Last Version2.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| spring-model-2.2.0.pom | |
| spring-model-2.2.0.jar | 12 KB |
| spring-model-2.2.0-sources.jar | 7 KB |
| spring-model-2.2.0-javadoc.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.lsn/spring-model/ -->
<dependency>
<groupId>io.lsn</groupId>
<artifactId>spring-model</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.lsn/spring-model/
implementation 'io.lsn:spring-model:2.2.0'
// https://jarcasting.com/artifacts/io.lsn/spring-model/
implementation ("io.lsn:spring-model:2.2.0")
'io.lsn:spring-model:jar:2.2.0'
<dependency org="io.lsn" name="spring-model" rev="2.2.0">
<artifact name="spring-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lsn', module='spring-model', version='2.2.0')
)
libraryDependencies += "io.lsn" % "spring-model" % "2.2.0"
[io.lsn/spring-model "2.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.10.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.0 |
| javax.validation : validation-api | jar | 2.0.1.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |