Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
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:
fyicenter\hello> tree /f \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
2020-10-10, ∼3249🔥, 0💬
Popular Posts:
commons-fileupload-1.3.3 -sources.jaris the source JAR file for Apache Commons FileUpload 1.3., whic...
JDK 17 jdk.charsets.jmod is the JMOD file for JDK 17 Charsets module. JDK 17 Charsets module compile...
maven-settings-builder-3 .8.6.jaris the JAR file for Apache Maven 3.8.6 Settings Builder module. Apa...
What is ojdbc.jar - JDBC Driver for Oracle? ojdbc.jar is a JDBC driver from Oracle that provides dat...
What Is poi-5.2.3.jar? poi-5.2.3.jar is one of the JAR files for Apache POI 5.2.3, which provides an...