| GroupId | GroupIdcom.seomse.crawling |
|---|---|
| ArtifactId | ArtifactIdseomse-crawling |
| Version | Version0.7.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| seomse-crawling-0.7.6.pom | |
| seomse-crawling-0.7.6.jar | 49 KB |
| seomse-crawling-0.7.6-sources.jar | 39 KB |
| seomse-crawling-0.7.6-javadoc.jar | 280 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.seomse.crawling/seomse-crawling/ -->
<dependency>
<groupId>com.seomse.crawling</groupId>
<artifactId>seomse-crawling</artifactId>
<version>0.7.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.seomse.crawling/seomse-crawling/
implementation 'com.seomse.crawling:seomse-crawling:0.7.6'
// https://jarcasting.com/artifacts/com.seomse.crawling/seomse-crawling/
implementation ("com.seomse.crawling:seomse-crawling:0.7.6")
'com.seomse.crawling:seomse-crawling:jar:0.7.6'
<dependency org="com.seomse.crawling" name="seomse-crawling" rev="0.7.6">
<artifact name="seomse-crawling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seomse.crawling', module='seomse-crawling', version='0.7.6')
)
libraryDependencies += "com.seomse.crawling" % "seomse-crawling" % "0.7.6"
[com.seomse.crawling/seomse-crawling "0.7.6"]