| GroupId | GroupIdcom.linkedin.dagli | 
|---|---|
| ArtifactId | ArtifactIdmath-number | 
| Version | Version14.0.0-beta2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| math-number-14.0.0-beta2.pom | |
| math-number-14.0.0-beta2.jar | 3 KB | 
| math-number-14.0.0-beta2-sources.jar | 3 KB | 
| math-number-14.0.0-beta2-javadoc.jar | 384 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.linkedin.dagli/math-number/ -->
<dependency>
    <groupId>com.linkedin.dagli</groupId>
    <artifactId>math-number</artifactId>
    <version>14.0.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/com.linkedin.dagli/math-number/
implementation 'com.linkedin.dagli:math-number:14.0.0-beta2'// https://jarcasting.com/artifacts/com.linkedin.dagli/math-number/
implementation ("com.linkedin.dagli:math-number:14.0.0-beta2")'com.linkedin.dagli:math-number:jar:14.0.0-beta2'<dependency org="com.linkedin.dagli" name="math-number" rev="14.0.0-beta2">
  <artifact name="math-number" type="jar" />
</dependency>@Grapes(
@Grab(group='com.linkedin.dagli', module='math-number', version='14.0.0-beta2')
)libraryDependencies += "com.linkedin.dagli" % "math-number" % "14.0.0-beta2"[com.linkedin.dagli/math-number "14.0.0-beta2"]