License |
License |
---|---|
GroupId | GroupIdcom.github.tomtzook |
ArtifactId | ArtifactIdjmath |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionjmath
Math Extention for Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jmath-1.1.0.pom | |
jmath-1.1.0.jar | 37 KB |
jmath-1.1.0-sources.jar | 16 KB |
jmath-1.1.0-javadoc.jar | 491 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomtzook/jmath/ -->
<dependency>
<groupId>com.github.tomtzook</groupId>
<artifactId>jmath</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomtzook/jmath/
implementation 'com.github.tomtzook:jmath:1.1.0'
// https://jarcasting.com/artifacts/com.github.tomtzook/jmath/
implementation ("com.github.tomtzook:jmath:1.1.0")
'com.github.tomtzook:jmath:jar:1.1.0'
<dependency org="com.github.tomtzook" name="jmath" rev="1.1.0">
<artifact name="jmath" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomtzook', module='jmath', version='1.1.0')
)
libraryDependencies += "com.github.tomtzook" % "jmath" % "1.1.0"
[com.github.tomtzook/jmath "1.1.0"]