GroupId | GroupIdcom.twitter.common |
---|---|
ArtifactId | ArtifactIdcollections |
Version | Version0.0.110 |
Type | Typejar |
Filename | Size |
---|---|
collections-0.0.110.pom | |
collections-0.0.110.jar | 24 KB |
collections-0.0.110-sources.jar | 7 KB |
collections-0.0.110-javadoc.jar | 41 KB |
collections-0.0.110-CHANGELOG.txt | 29 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter.common/collections/ -->
<dependency>
<groupId>com.twitter.common</groupId>
<artifactId>collections</artifactId>
<version>0.0.110</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter.common/collections/
implementation 'com.twitter.common:collections:0.0.110'
// https://jarcasting.com/artifacts/com.twitter.common/collections/
implementation ("com.twitter.common:collections:0.0.110")
'com.twitter.common:collections:jar:0.0.110'
<dependency org="com.twitter.common" name="collections" rev="0.0.110">
<artifact name="collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter.common', module='collections', version='0.0.110')
)
libraryDependencies += "com.twitter.common" % "collections" % "0.0.110"
[com.twitter.common/collections "0.0.110"]