Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.societegenerale.github-crawler |
ArtifactId | ArtifactIdgithub-crawler-starter |
Version | Version1.0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.societegenerale.github-crawler/github-crawler-starter/ -->
<dependency>
<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-starter</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.societegenerale.github-crawler/github-crawler-starter/
implementation 'com.societegenerale.github-crawler:github-crawler-starter:1.0.7'
// https://jarcasting.com/artifacts/com.societegenerale.github-crawler/github-crawler-starter/
implementation ("com.societegenerale.github-crawler:github-crawler-starter:1.0.7")
'com.societegenerale.github-crawler:github-crawler-starter:jar:1.0.7'
<dependency org="com.societegenerale.github-crawler" name="github-crawler-starter" rev="1.0.7">
<artifact name="github-crawler-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.societegenerale.github-crawler', module='github-crawler-starter', version='1.0.7')
)
libraryDependencies += "com.societegenerale.github-crawler" % "github-crawler-starter" % "1.0.7"
[com.societegenerale.github-crawler/github-crawler-starter "1.0.7"]