| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdcom.github.developframework |
| ArtifactId | ArtifactIdjsonview4-spring |
| Version | Version4.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jsonview4-spring-4.0.0.pom | |
| jsonview4-spring-4.0.0.jar | 16 KB |
| jsonview4-spring-4.0.0-sources.jar | 12 KB |
| jsonview4-spring-4.0.0-javadoc.jar | 115 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.developframework/jsonview4-spring/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>jsonview4-spring</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/jsonview4-spring/
implementation 'com.github.developframework:jsonview4-spring:4.0.0'
// https://jarcasting.com/artifacts/com.github.developframework/jsonview4-spring/
implementation ("com.github.developframework:jsonview4-spring:4.0.0")
'com.github.developframework:jsonview4-spring:jar:4.0.0'
<dependency org="com.github.developframework" name="jsonview4-spring" rev="4.0.0">
<artifact name="jsonview4-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='jsonview4-spring', version='4.0.0')
)
libraryDependencies += "com.github.developframework" % "jsonview4-spring" % "4.0.0"
[com.github.developframework/jsonview4-spring "4.0.0"]