File | Operation |
---|---|
commons-numbers-bom-1.2.pom | download |
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-numbers-bom</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-numbers-bom', version='1.2')
)