GroupId | GroupIdorg.apache.oodt |
---|---|
ArtifactId | ArtifactIdcas-crawler |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
cas-crawler-0.8.pom | |
cas-crawler-0.8.jar | 84 KB |
cas-crawler-0.8-sources.jar | 72 KB |
cas-crawler-0.8-source-release.zip | 53 MB |
cas-crawler-0.8-javadoc.jar | 315 KB |
cas-crawler-0.8-dist.zip | 26 MB |
cas-crawler-0.8-dist.tar.gz | 26 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oodt/cas-crawler/ -->
<dependency>
<groupId>org.apache.oodt</groupId>
<artifactId>cas-crawler</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oodt/cas-crawler/
implementation 'org.apache.oodt:cas-crawler:0.8'
// https://jarcasting.com/artifacts/org.apache.oodt/cas-crawler/
implementation ("org.apache.oodt:cas-crawler:0.8")
'org.apache.oodt:cas-crawler:jar:0.8'
<dependency org="org.apache.oodt" name="cas-crawler" rev="0.8">
<artifact name="cas-crawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oodt', module='cas-crawler', version='0.8')
)
libraryDependencies += "org.apache.oodt" % "cas-crawler" % "0.8"
[org.apache.oodt/cas-crawler "0.8"]