License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.finos.symphony.toolkit |
ArtifactId | ArtifactIdidentity |
Version | Version7.20.2 |
Type | Typejar |
Description |
DescriptionSymphony Java Client Identity
A collection of Java projects for building Symphony bots and apps
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
identity-7.20.2.pom | |
identity-7.20.2.jar | 22 KB |
identity-7.20.2-sources.jar | 13 KB |
identity-7.20.2-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.finos.symphony.toolkit/identity/ -->
<dependency>
<groupId>org.finos.symphony.toolkit</groupId>
<artifactId>identity</artifactId>
<version>7.20.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/identity/
implementation 'org.finos.symphony.toolkit:identity:7.20.2'
// https://jarcasting.com/artifacts/org.finos.symphony.toolkit/identity/
implementation ("org.finos.symphony.toolkit:identity:7.20.2")
'org.finos.symphony.toolkit:identity:jar:7.20.2'
<dependency org="org.finos.symphony.toolkit" name="identity" rev="7.20.2">
<artifact name="identity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos.symphony.toolkit', module='identity', version='7.20.2')
)
libraryDependencies += "org.finos.symphony.toolkit" % "identity" % "7.20.2"
[org.finos.symphony.toolkit/identity "7.20.2"]
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 |