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