Spring is downloaded through maven. How is the pom file written?

novice to java,

see that part of the pom of a project looks like this:

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-web</artifactId>
    <version>${springframework.version}</version>
</dependency>
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-webmvc</artifactId>
    <version>${springframework.version}</version>
</dependency>
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context</artifactId>
    <version>${springframework.version}</version>
</dependency>
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-core</artifactId>
    <version>${springframework.version}</version>
</dependency>

I wonder where I can query groupId and artifactId.

not found on the official website:
https://projects.spring.io/sp.

for the vast majority of module, for python, installation is provided.
http://django-import-export.r.

confused.

Mar.01,2021

http://search.maven.org/ warehouse to search. search

Click the following version number to view it. There are maven,gradle and other methods in it


spring:

clipboard.png

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31c13-2ab03.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31c13-2ab03.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?