GroupId | GroupIdorg.kevoree.library |
---|---|
ArtifactId | ArtifactIdorg.kevoree.library.twitter |
Version | Version5.5.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kevoree.library/org.kevoree.library.twitter/ -->
<dependency>
<groupId>org.kevoree.library</groupId>
<artifactId>org.kevoree.library.twitter</artifactId>
<version>5.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.library/org.kevoree.library.twitter/
implementation 'org.kevoree.library:org.kevoree.library.twitter:5.5.2'
// https://jarcasting.com/artifacts/org.kevoree.library/org.kevoree.library.twitter/
implementation ("org.kevoree.library:org.kevoree.library.twitter:5.5.2")
'org.kevoree.library:org.kevoree.library.twitter:jar:5.5.2'
<dependency org="org.kevoree.library" name="org.kevoree.library.twitter" rev="5.5.2">
<artifact name="org.kevoree.library.twitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.library', module='org.kevoree.library.twitter', version='5.5.2')
)
libraryDependencies += "org.kevoree.library" % "org.kevoree.library.twitter" % "5.5.2"
[org.kevoree.library/org.kevoree.library.twitter "5.5.2"]