GroupId | GroupIdcom.linkedin.parseq |
---|---|
ArtifactId | ArtifactIdparseq-batching |
Version | Version3.0.10 |
Type | Typejar |
Filename | Size |
---|---|
parseq-batching-3.0.10.pom | |
parseq-batching-3.0.10.jar | 24 KB |
parseq-batching-3.0.10-sources.jar | 13 KB |
parseq-batching-3.0.10-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-batching/ -->
<dependency>
<groupId>com.linkedin.parseq</groupId>
<artifactId>parseq-batching</artifactId>
<version>3.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-batching/
implementation 'com.linkedin.parseq:parseq-batching:3.0.10'
// https://jarcasting.com/artifacts/com.linkedin.parseq/parseq-batching/
implementation ("com.linkedin.parseq:parseq-batching:3.0.10")
'com.linkedin.parseq:parseq-batching:jar:3.0.10'
<dependency org="com.linkedin.parseq" name="parseq-batching" rev="3.0.10">
<artifact name="parseq-batching" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.parseq', module='parseq-batching', version='3.0.10')
)
libraryDependencies += "com.linkedin.parseq" % "parseq-batching" % "3.0.10"
[com.linkedin.parseq/parseq-batching "3.0.10"]