| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.symphonyoss.symphony |
| ArtifactId | ArtifactIdsymphony-client-examples |
| Version | Version0.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| symphony-client-examples-0.9.0.pom | 2 KB |
| symphony-client-examples-0.9.0-jar-with-dependencies.jar | 11 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.symphonyoss.symphony/symphony-client-examples/ -->
<dependency>
<groupId>org.symphonyoss.symphony</groupId>
<artifactId>symphony-client-examples</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.symphonyoss.symphony/symphony-client-examples/
implementation 'org.symphonyoss.symphony:symphony-client-examples:0.9.0'
// https://jarcasting.com/artifacts/org.symphonyoss.symphony/symphony-client-examples/
implementation ("org.symphonyoss.symphony:symphony-client-examples:0.9.0")
'org.symphonyoss.symphony:symphony-client-examples:jar:0.9.0'
<dependency org="org.symphonyoss.symphony" name="symphony-client-examples" rev="0.9.0">
<artifact name="symphony-client-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.symphonyoss.symphony', module='symphony-client-examples', version='0.9.0')
)
libraryDependencies += "org.symphonyoss.symphony" % "symphony-client-examples" % "0.9.0"
[org.symphonyoss.symphony/symphony-client-examples "0.9.0"]