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-parent |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSpring JSON - Parent
Configure spring beans with JSON
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-json-parent-1.0.2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aksw.spring/spring-json-parent/ -->
<dependency>
<groupId>org.aksw.spring</groupId>
<artifactId>spring-json-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.aksw.spring/spring-json-parent/
implementation 'org.aksw.spring:spring-json-parent:1.0.2'
// https://jarcasting.com/artifacts/org.aksw.spring/spring-json-parent/
implementation ("org.aksw.spring:spring-json-parent:1.0.2")
'org.aksw.spring:spring-json-parent:pom:1.0.2'
<dependency org="org.aksw.spring" name="spring-json-parent" rev="1.0.2">
<artifact name="spring-json-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.aksw.spring', module='spring-json-parent', version='1.0.2')
)
libraryDependencies += "org.aksw.spring" % "spring-json-parent" % "1.0.2"
[org.aksw.spring/spring-json-parent "1.0.2"]
Configure spring beans with JSON (possibly in addition to XML and Java config)