spring-json
Configure spring beans with JSON (possibly in addition to XML and Java config)
| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdorg.aksw.spring |
| ArtifactId | ArtifactIdspring-json-core |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring JSON - Core
Configure spring beans with JSON
|
| Filename | Size |
|---|---|
| spring-json-core-1.0.2.pom | |
| spring-json-core-1.0.2.jar | 8 KB |
| spring-json-core-1.0.2-sources.jar | 5 KB |
| spring-json-core-1.0.2-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.aksw.spring/spring-json-core/ -->
<dependency>
<groupId>org.aksw.spring</groupId>
<artifactId>spring-json-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.aksw.spring/spring-json-core/
implementation 'org.aksw.spring:spring-json-core:1.0.2'
// https://jarcasting.com/artifacts/org.aksw.spring/spring-json-core/
implementation ("org.aksw.spring:spring-json-core:1.0.2")
'org.aksw.spring:spring-json-core:jar:1.0.2'
<dependency org="org.aksw.spring" name="spring-json-core" rev="1.0.2">
<artifact name="spring-json-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aksw.spring', module='spring-json-core', version='1.0.2')
)
libraryDependencies += "org.aksw.spring" % "spring-json-core" % "1.0.2"
[org.aksw.spring/spring-json-core "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 4.1.4.RELEASE |
| org.springframework : spring-beans | jar | 4.1.4.RELEASE |
| org.aksw.gson : gson-utils-core | jar | 1.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.10 |
Configure spring beans with JSON (possibly in addition to XML and Java config)