You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you always want to use Doma with latest patch version while explicitly indicating major version and minor version, write dependency following:
<!-- Use Doma 2.19.0 or more and less than 2.20.0 -->
<dependency>
<groupId>org.seasar.doma</groupId>
<artifactId>doma</artifactId>
<version>[2.19.0,2.20.0)</version>
</dependency>