LoginSignup
0
0

More than 3 years have passed since last update.

Spring (STS)のpom.xmlに記述するためのio.spring.platformの最新バージョンの確認方法

Posted at

Spring の環境構築時に使用する依存ライブラリのバージョンを調べる方法

Springの環境を構築するときに、pom.xmlの中に依存ライブラリの指定をする必要がある。その際に使用するio.spring.platformの最新バージョンが何かを調べる方法である。
調べた結果は、下記に示すpom.xmlの
<version>???</version>
のところに記述する。

image.png

  1. mvnrepository.comのサイトに行く。
    https://mvnrepository.com/

  2. 検索用のテキストボックスに「io.spring.platform」と入力してSearchボタンを押す。

image.png

3.検索結果が表示される。
「Spring IO Platform Bill of Materials」をクリックする。

image.png

4.詳しい情報が表示される。

image.png

  1. 2.x.x.RELEASEの最新のものを探す。この例では、2.0.8.RELEASEが最新ということが分かる。

image.png

以上

補足

特になし

Written by Collab KM

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0