| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdorg.finos.springbot |
| ArtifactId | ArtifactIdentity-json |
| Last Version | Last Version9.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSymphony Entity Json
A collection of Java projects for building bots on Symphony and Teams
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| entity-json-9.0.0.pom | |
| entity-json-9.0.0.jar | 15 KB |
| entity-json-9.0.0-sources.jar | 7 KB |
| entity-json-9.0.0-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.finos.springbot/entity-json/ -->
<dependency>
<groupId>org.finos.springbot</groupId>
<artifactId>entity-json</artifactId>
<version>9.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.springbot/entity-json/
implementation 'org.finos.springbot:entity-json:9.0.0'
// https://jarcasting.com/artifacts/org.finos.springbot/entity-json/
implementation ("org.finos.springbot:entity-json:9.0.0")
'org.finos.springbot:entity-json:jar:9.0.0'
<dependency org="org.finos.springbot" name="entity-json" rev="9.0.0">
<artifact name="entity-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.springbot', module='entity-json', version='9.0.0')
)
libraryDependencies += "org.finos.springbot" % "entity-json" % "9.0.0"
[org.finos.springbot/entity-json "9.0.0"]
| 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 |