We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the DependencyDownloaderModule wiki!
We suppose that you're using Kotlin here 😜
val dd = DependencyDownloader.instance
Don't forget to import xyz.theprogramsrc.dependencydownloadermodule.DependencyDownloader
xyz.theprogramsrc.dependencydownloadermodule.DependencyDownloader
dd.addRepository(Repository("https://repo1.maven.org/maven2/"))
Don't forget to import xyz.theprogramsrc.dependencydownloadermodule.objects.*
xyz.theprogramsrc.dependencydownloadermodule.objects.*
val dependency = Dependency("xyz.theprogramsrc", "simplecoreapi", "0.1.0-SNAPSHOT") // Directly load dd.loadDependency(dependency) // Add dependency and load every dependency that's not loaded dd.addDependency(dependency) dd.loadDependencies()
Our custom system will fetch the latest snapshot available at the moment of loading the dependency
The dependency will be saved under the folder libraries/DependencyDownloader/<groupId>/<artifactId>-<version>.jar
libraries/DependencyDownloader/<groupId>/<artifactId>-<version>.jar