License |
License |
---|---|
GroupId | GroupIdcom.daioware |
ArtifactId | ArtifactIdmath |
Version | Version1.0.1-RELEASE |
Type | Typejar |
Description |
Descriptiondaioware Mathematic utilities
Mathematic Utilities
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
math-1.0.1-RELEASE.pom | |
math-1.0.1-RELEASE.jar | 7 KB |
math-1.0.1-RELEASE-sources.jar | 3 KB |
math-1.0.1-RELEASE-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daioware/math/ -->
<dependency>
<groupId>com.daioware</groupId>
<artifactId>math</artifactId>
<version>1.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware/math/
implementation 'com.daioware:math:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.daioware/math/
implementation ("com.daioware:math:1.0.1-RELEASE")
'com.daioware:math:jar:1.0.1-RELEASE'
<dependency org="com.daioware" name="math" rev="1.0.1-RELEASE">
<artifact name="math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware', module='math', version='1.0.1-RELEASE')
)
libraryDependencies += "com.daioware" % "math" % "1.0.1-RELEASE"
[com.daioware/math "1.0.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |