| Categories |
CategoriesJackson Data JSON |
|---|---|
| GroupId | GroupIdcom.allenru |
| ArtifactId | ArtifactIdjackson-morphed-result |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jackson-morphed-result-1.0.0.pom | |
| jackson-morphed-result-1.0.0.jar | 309 bytes |
| jackson-morphed-result-1.0.0-sources.jar | 261 bytes |
| jackson-morphed-result-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.allenru/jackson-morphed-result/ -->
<dependency>
<groupId>com.allenru</groupId>
<artifactId>jackson-morphed-result</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.allenru/jackson-morphed-result/
implementation 'com.allenru:jackson-morphed-result:1.0.0'
// https://jarcasting.com/artifacts/com.allenru/jackson-morphed-result/
implementation ("com.allenru:jackson-morphed-result:1.0.0")
'com.allenru:jackson-morphed-result:jar:1.0.0'
<dependency org="com.allenru" name="jackson-morphed-result" rev="1.0.0">
<artifact name="jackson-morphed-result" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.allenru', module='jackson-morphed-result', version='1.0.0')
)
libraryDependencies += "com.allenru" % "jackson-morphed-result" % "1.0.0"
[com.allenru/jackson-morphed-result "1.0.0"]