t

tooling-repo-sync

Provide tools to sync multiple repositories.
https://bitbucket.org/yildiz-engine-team/tooling-repo-sync
Files download
File Operation
tooling-repo-sync-1.0.0.jar download
tooling-repo-sync-1.0.0.pom download
tooling-repo-sync-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>tooling-repo-sync</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:tooling-repo-sync:1.0.0'
Gradle Kotlin
implementation("be.yildiz-games:tooling-repo-sync:1.0.0")
Scala SBT
libraryDependencies += "be.yildiz-games" % "tooling-repo-sync" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='tooling-repo-sync', version='1.0.0')
)
Apache Ivy
<dependency org="be.yildiz-games" name="tooling-repo-sync" rev="1.0.0" />
Leiningen
[be.yildiz-games/tooling-repo-sync "1.0.0"]
Apache Buildr
'be.yildiz-games:tooling-repo-sync:jar:1.0.0'