<dependency> <groupId>org.uncommons.maths</groupId> <artifactId>uncommons-maths</artifactId> <version>1.2</version> </dependency>
implementation 'org.uncommons.maths:uncommons-maths:1.2'
implementation("org.uncommons.maths:uncommons-maths:1.2")
libraryDependencies += "org.uncommons.maths" % "uncommons-maths" % "1.2"
@Grapes( @Grab(group='org.uncommons.maths', module='uncommons-maths', version='1.2') )
<dependency org="org.uncommons.maths" name="uncommons-maths" rev="1.2" />
[org.uncommons.maths/uncommons-maths "1.2"]
'org.uncommons.maths:uncommons-maths:jar:1.2'