| GroupId | GroupIdcom.linkedin.parseq |
|---|---|
| ArtifactId | ArtifactIdparseq |
| Version | Version2.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| parseq-2.0.4.pom | |
| parseq-2.0.4.jar | 215 KB |
| parseq-2.0.4-test.jar | 8 KB |
| parseq-2.0.4-test-sources.jar | 5 KB |
| parseq-2.0.4-test-javadoc.jar | 32 KB |
| parseq-2.0.4-sources.jar | 565 KB |
| parseq-2.0.4-javadoc.jar | 901 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.parseq/parseq/ -->
<dependency>
<groupId>com.linkedin.parseq</groupId>
<artifactId>parseq</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq/
implementation 'com.linkedin.parseq:parseq:2.0.4'
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq/
implementation ("com.linkedin.parseq:parseq:2.0.4")
'com.linkedin.parseq:parseq:jar:2.0.4'
<dependency org="com.linkedin.parseq" name="parseq" rev="2.0.4">
<artifact name="parseq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.parseq', module='parseq', version='2.0.4')
)
libraryDependencies += "com.linkedin.parseq" % "parseq" % "2.0.4"
[com.linkedin.parseq/parseq "2.0.4"]