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