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