Categories:
Audio (13)
Biotech (29)
Bytecode (35)
Database (77)
Framework (7)
Game (7)
General (512)
Graphics (53)
I/O (32)
IDE (2)
JAR Tools (86)
JavaBeans (16)
JDBC (89)
JDK (337)
JSP (20)
Logging (103)
Mail (54)
Messaging (8)
Network (71)
PDF (94)
Report (7)
Scripting (83)
Security (32)
Server (119)
Servlet (17)
SOAP (24)
Testing (50)
Web (19)
XML (301)
Other Resources:
\users\*\.m2 - Maven Local Repository
Where is the Maven local repository is located?
✍: FYIcenter.com
Maven maintains the local repository at your home directory as the ".m2" sub-directory.
For example, the Maven local repository is \users\fyicenter\.m2 on your Windows system:
C:\fyicenter\hello>tree /f \users\fyicenter\.m2 C:\USERS\FYICENTER\.M2 ----repository |---antlr | ----antlr | ----2.7.7 | antlr-2.7.7.jar | antlr-2.7.7.jar.sha1 | antlr-2.7.7.pom | antlr-2.7.7.pom.sha1 | _remote.repositories | |---asm | |---asm | | |---3.2 | | | asm-3.2.jar | | | asm-3.2.jar.sha1 | | | asm-3.2.pom | | | asm-3.2.pom.sha1 | | | _remote.repositories | | | | | ----3.3.1 | | asm-3.3.1.jar | | asm-3.3.1.jar.sha1 | | asm-3.3.1.pom | | asm-3.3.1.pom.sha1 | | _remote.repositories | | | |---asm-analysis | | ----3.2 | | asm-analysis-3.2.jar | | asm-analysis-3.2.jar.sha1 | | asm-analysis-3.2.pom | | asm-analysis-3.2.pom.sha1 | | _remote.repositories | | | |---asm-commons | | ----3.2 | | asm-commons-3.2.jar | | asm-commons-3.2.jar.sha1 | | asm-commons-3.2.pom | | asm-commons-3.2.pom.sha1 | | _remote.repositories ...
Â
⇒ Create Maven Project Manually
⇠"mvn dependency:copy-dependencies" - JAR Dependencies
⇑⇑ FAQ for Apache Maven
2020-10-10, 1361👍, 0💬
Popular Posts:
JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java...
JDK 11 jdk.internal.vm.ci.jmod is the JMOD file for JDK 11 Internal VM CI module. JDK 11 Internal VM...
Jetty provides an HTTP server, HTTP client, and javax.servlet container. These components are open s...
What is the sax\Counter.java provided in the Apache Xerces package? I have Apache Xerces 2.11.0 inst...
What Is activation.jar? I heard it's related to JAF (JavaBeans Activation Framework) 1.1? The if you...