License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdorg.finos.springbot |
ArtifactId | ArtifactIdentity-json |
Version | Version9.0.0.BETA2 |
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.BETA2.pom | |
entity-json-9.0.0.BETA2.jar | 15 KB |
entity-json-9.0.0.BETA2-sources.jar | 7 KB |
entity-json-9.0.0.BETA2-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.BETA2</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.springbot/entity-json/
implementation 'org.finos.springbot:entity-json:9.0.0.BETA2'
// https://jarcasting.com/artifacts/org.finos.springbot/entity-json/
implementation ("org.finos.springbot:entity-json:9.0.0.BETA2")
'org.finos.springbot:entity-json:jar:9.0.0.BETA2'
<dependency org="org.finos.springbot" name="entity-json" rev="9.0.0.BETA2">
<artifact name="entity-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.springbot', module='entity-json', version='9.0.0.BETA2')
)
libraryDependencies += "org.finos.springbot" % "entity-json" % "9.0.0.BETA2"
[org.finos.springbot/entity-json "9.0.0.BETA2"]
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 |