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