Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mavenのバージョン名にSNAPSHOTを含める規則は何ですか? SNAPSHOT の意味と、プロジェクトのバージョン名でいつ使用する必要がありますか?
例:
<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-project</artifactId> <version>9.1.0-SNAPSHOT</version> </dependency>