License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.finos.symphony.toolkit |
ArtifactId | ArtifactIdentity-json |
Version | Version7.20.4 |
Type | Typejar |
Description |
DescriptionSymphony Entity Json
A collection of Java projects for building Symphony bots and apps
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
entity-json-7.20.4.pom | |
entity-json-7.20.4.jar | 20 KB |
entity-json-7.20.4-sources.jar | 11 KB |
entity-json-7.20.4-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.finos.symphony.toolkit/entity-json/ -->
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>entity-json</artifactId>
<version>7.20.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/entity-json/
implementation 'org.finos.symphony.toolkit:entity-json:7.20.4'
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/entity-json/
implementation ("org.finos.symphony.toolkit:entity-json:7.20.4")
'org.finos.symphony.toolkit:entity-json:jar:7.20.4'
<dependency org="org.finos.symphony.toolkit" name="entity-json" rev="7.20.4">
<artifact name="entity-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.symphony.toolkit', module='entity-json', version='7.20.4')
)
libraryDependencies += "org.finos.symphony.toolkit" % "entity-json" % "7.20.4"
[org.finos.symphony.toolkit/entity-json "7.20.4"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | |
com.fasterxml.jackson.core : jackson-databind | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar |