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