Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.societegenerale.github-crawler |
ArtifactId | ArtifactIdgithub-crawler-core |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
github-crawler-core-1.0.9.pom | |
github-crawler-core-1.0.9.jar | 158 KB |
github-crawler-core-1.0.9-sources.jar | 36 KB |
github-crawler-core-1.0.9-javadoc.jar | 207 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.societegenerale.github-crawler/github-crawler-core/ -->
<dependency>
<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-core</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.societegenerale.github-crawler/github-crawler-core/
implementation 'com.societegenerale.github-crawler:github-crawler-core:1.0.9'
// https://jarcasting.com/artifacts/com.societegenerale.github-crawler/github-crawler-core/
implementation ("com.societegenerale.github-crawler:github-crawler-core:1.0.9")
'com.societegenerale.github-crawler:github-crawler-core:jar:1.0.9'
<dependency org="com.societegenerale.github-crawler" name="github-crawler-core" rev="1.0.9">
<artifact name="github-crawler-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.societegenerale.github-crawler', module='github-crawler-core', version='1.0.9')
)
libraryDependencies += "com.societegenerale.github-crawler" % "github-crawler-core" % "1.0.9"
[com.societegenerale.github-crawler/github-crawler-core "1.0.9"]