License |
License |
---|---|
GroupId | GroupIdcom.twitter |
ArtifactId | ArtifactIdjsr166e |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSR166e
JSR166e
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsr166e-1.1.0.pom | |
jsr166e-1.1.0.jar | 9 KB |
jsr166e-1.1.0-sources.jar | 7 KB |
jsr166e-1.1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/jsr166e/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>jsr166e</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/jsr166e/
implementation 'com.twitter:jsr166e:1.1.0'
// https://jarcasting.com/artifacts/com.twitter/jsr166e/
implementation ("com.twitter:jsr166e:1.1.0")
'com.twitter:jsr166e:jar:1.1.0'
<dependency org="com.twitter" name="jsr166e" rev="1.1.0">
<artifact name="jsr166e" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='jsr166e', version='1.1.0')
)
libraryDependencies += "com.twitter" % "jsr166e" % "1.1.0"
[com.twitter/jsr166e "1.1.0"]