question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot find maven dependency

See original GitHub issue

I am using the following dependency to import the finder methods in the Appium Flutter driver, but my IDE cannot find them.

<dependency>
     <groupId>pro.truongsinh</groupId>
     <artifactId>appium-flutter-finder</artifactId>
     <version>0.0.4</version>
</dependency>

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
ahashmi24commented, Oct 1, 2020

@sahanaprasad you can get appium-flutter-finder dependency from here and keep it in your local machine and passed its path in pom.xml

pom.xml snippet: ``` <repository> <id>local-maven-repo</id>

		<url>file:///lib/repository</url>
	</repository>

I recommend you to keep dependency (pro folder) in m2 repository after downloading from above link.
0reactions
ajschwietermancommented, Oct 14, 2020

@sahanaprasad and @ahashmi24 FYI, I had to change the appium-flutter-finder-0.0.4.pom file in the repository.zip file. It was pointing to a version of the kotlinx-serialization-runtime dependency that doesn’t exist in Maven. I changed the version from 0.11.1 to 0.14.0; 0.20.0 does not work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Maven dependency not found - Stack Overflow
Maven dependency not found · Uninstalling and reinstalling Intellij · Invalidate caches/Restart · Deleting the maven folder in the .Intellij folder ...
Read more >
Maven dependencies not being found
I am using the Spigot API. Within the class JavaPlugin appears in red and it says that it can't be resolved. <repositories> <repository>...
Read more >
How to find out where a Maven dependency comes from
If you tell Maven to print a dependency tree, you will be able to see all of the dependencies in your project. To...
Read more >
Maven Repo: Could not resolve dependencies ... - GitLab
Maven Repo : Could not resolve dependencies - Could not find artifact. Hello, I am working on a pipeline for my Java/Maven projects....
Read more >
Import Maven dependencies in IntelliJ IDEA - JanBask Training
You can enable such feature going to File > Settings > Maven > Importing, there is a checkbox that says "Import Maven projects...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found