| GroupId | GroupIdcom.linkedin.parseq |
|---|---|
| ArtifactId | ArtifactIdparseq |
| Version | Version2.6.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| parseq-2.6.9.pom | |
| parseq-2.6.9.jar | 245 KB |
| parseq-2.6.9-test.jar | 11 KB |
| parseq-2.6.9-test-sources.jar | 6 KB |
| parseq-2.6.9-test-javadoc.jar | 33 KB |
| parseq-2.6.9-sources.jar | 596 KB |
| parseq-2.6.9-javadoc.jar | 977 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.parseq/parseq/ -->
<dependency>
<groupId>com.linkedin.parseq</groupId>
<artifactId>parseq</artifactId>
<version>2.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq/
implementation 'com.linkedin.parseq:parseq:2.6.9'
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq/
implementation ("com.linkedin.parseq:parseq:2.6.9")
'com.linkedin.parseq:parseq:jar:2.6.9'
<dependency org="com.linkedin.parseq" name="parseq" rev="2.6.9">
<artifact name="parseq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.parseq', module='parseq', version='2.6.9')
)
libraryDependencies += "com.linkedin.parseq" % "parseq" % "2.6.9"
[com.linkedin.parseq/parseq "2.6.9"]