Categories |
CategoriesData |
---|---|
GroupId | GroupIdtech.rsqn.useful-things |
ArtifactId | ArtifactIdmath-and-data |
Version | Version1.0.59 |
Type | Typejar |
Filename | Size |
---|---|
math-and-data-1.0.59.pom | |
math-and-data-1.0.59.jar | 13 KB |
math-and-data-1.0.59-sources.jar | 8 KB |
math-and-data-1.0.59-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.rsqn.useful-things/math-and-data/ -->
<dependency>
<groupId>tech.rsqn.useful-things</groupId>
<artifactId>math-and-data</artifactId>
<version>1.0.59</version>
</dependency>
// https://jarcasting.com/artifacts/tech.rsqn.useful-things/math-and-data/
implementation 'tech.rsqn.useful-things:math-and-data:1.0.59'
// https://jarcasting.com/artifacts/tech.rsqn.useful-things/math-and-data/
implementation ("tech.rsqn.useful-things:math-and-data:1.0.59")
'tech.rsqn.useful-things:math-and-data:jar:1.0.59'
<dependency org="tech.rsqn.useful-things" name="math-and-data" rev="1.0.59">
<artifact name="math-and-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.rsqn.useful-things', module='math-and-data', version='1.0.59')
)
libraryDependencies += "tech.rsqn.useful-things" % "math-and-data" % "1.0.59"
[tech.rsqn.useful-things/math-and-data "1.0.59"]