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