GroupId | GroupIdcom.wizzardo.tools |
---|---|
ArtifactId | ArtifactIdtools-math |
Version | Version0.13 |
Type | Typejar |
Filename | Size |
---|---|
tools-math-0.13.pom | |
tools-math-0.13.jar | 12 KB |
tools-math-0.13-sources.jar | 5 KB |
tools-math-0.13-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wizzardo.tools/tools-math/ -->
<dependency>
<groupId>com.wizzardo.tools</groupId>
<artifactId>tools-math</artifactId>
<version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-math/
implementation 'com.wizzardo.tools:tools-math:0.13'
// https://jarcasting.com/artifacts/com.wizzardo.tools/tools-math/
implementation ("com.wizzardo.tools:tools-math:0.13")
'com.wizzardo.tools:tools-math:jar:0.13'
<dependency org="com.wizzardo.tools" name="tools-math" rev="0.13">
<artifact name="tools-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wizzardo.tools', module='tools-math', version='0.13')
)
libraryDependencies += "com.wizzardo.tools" % "tools-math" % "0.13"
[com.wizzardo.tools/tools-math "0.13"]