GroupId | GroupIdcom.codetaco |
---|---|
ArtifactId | ArtifactIdmath |
Version | Version4.1.7 |
Type | Typejar |
Filename | Size |
---|---|
math-4.1.7.pom | |
math-4.1.7.jar | 151 KB |
math-4.1.7-sources.jar | 102 KB |
math-4.1.7-javadoc.jar | 545 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codetaco/math/ -->
<dependency>
<groupId>com.codetaco</groupId>
<artifactId>math</artifactId>
<version>4.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.codetaco/math/
implementation 'com.codetaco:math:4.1.7'
// https://jarcasting.com/artifacts/com.codetaco/math/
implementation ("com.codetaco:math:4.1.7")
'com.codetaco:math:jar:4.1.7'
<dependency org="com.codetaco" name="math" rev="4.1.7">
<artifact name="math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codetaco', module='math', version='4.1.7')
)
libraryDependencies += "com.codetaco" % "math" % "4.1.7"
[com.codetaco/math "4.1.7"]