Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdio.syndesis |
ArtifactId | ArtifactIdtwitter-search-example |
Version | Version0.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.syndesis/twitter-search-example/ -->
<dependency>
<groupId>io.syndesis</groupId>
<artifactId>twitter-search-example</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.syndesis/twitter-search-example/
implementation 'io.syndesis:twitter-search-example:0.5.1'
// https://jarcasting.com/artifacts/io.syndesis/twitter-search-example/
implementation ("io.syndesis:twitter-search-example:0.5.1")
'io.syndesis:twitter-search-example:jar:0.5.1'
<dependency org="io.syndesis" name="twitter-search-example" rev="0.5.1">
<artifact name="twitter-search-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.syndesis', module='twitter-search-example', version='0.5.1')
)
libraryDependencies += "io.syndesis" % "twitter-search-example" % "0.5.1"
[io.syndesis/twitter-search-example "0.5.1"]