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