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