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