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