GroupId | GroupIdcom.stratio.morphlines |
---|---|
ArtifactId | ArtifactIdcheckpointfilter |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
checkpointfilter-0.1.0.pom | |
checkpointfilter-0.1.0.jar | 14 KB |
checkpointfilter-0.1.0-sources.jar | 10 KB |
checkpointfilter-0.1.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.morphlines/checkpointfilter/ -->
<dependency>
<groupId>com.stratio.morphlines</groupId>
<artifactId>checkpointfilter</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.morphlines/checkpointfilter/
implementation 'com.stratio.morphlines:checkpointfilter:0.1.0'
// https://jarcasting.com/artifacts/com.stratio.morphlines/checkpointfilter/
implementation ("com.stratio.morphlines:checkpointfilter:0.1.0")
'com.stratio.morphlines:checkpointfilter:jar:0.1.0'
<dependency org="com.stratio.morphlines" name="checkpointfilter" rev="0.1.0">
<artifact name="checkpointfilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stratio.morphlines', module='checkpointfilter', version='0.1.0')
)
libraryDependencies += "com.stratio.morphlines" % "checkpointfilter" % "0.1.0"
[com.stratio.morphlines/checkpointfilter "0.1.0"]