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