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