GroupId | GroupIdcom.axibase |
---|---|
ArtifactId | ArtifactIdmath |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
math-1.0.0.pom | |
math-1.0.0.jar | 20 KB |
math-1.0.0-sources.jar | 22 KB |
math-1.0.0-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.axibase/math/ -->
<dependency>
<groupId>com.axibase</groupId>
<artifactId>math</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.axibase/math/
implementation 'com.axibase:math:1.0.0'
// https://jarcasting.com/artifacts/com.axibase/math/
implementation ("com.axibase:math:1.0.0")
'com.axibase:math:jar:1.0.0'
<dependency org="com.axibase" name="math" rev="1.0.0">
<artifact name="math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.axibase', module='math', version='1.0.0')
)
libraryDependencies += "com.axibase" % "math" % "1.0.0"
[com.axibase/math "1.0.0"]