Categories |
CategoriesData |
---|---|
GroupId | GroupIdtech.rsqn.useful-things |
ArtifactId | ArtifactIdmath-and-data |
Version | Version1.0.61 |
Type | Typejar |
Filename | Size |
---|---|
math-and-data-1.0.61.pom | |
math-and-data-1.0.61.jar | 14 KB |
math-and-data-1.0.61-sources.jar | 8 KB |
math-and-data-1.0.61-javadoc.jar | 419 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.61</version>
</dependency>
// https://jarcasting.com/artifacts/tech.rsqn.useful-things/math-and-data/
implementation 'tech.rsqn.useful-things:math-and-data:1.0.61'
// https://jarcasting.com/artifacts/tech.rsqn.useful-things/math-and-data/
implementation ("tech.rsqn.useful-things:math-and-data:1.0.61")
'tech.rsqn.useful-things:math-and-data:jar:1.0.61'
<dependency org="tech.rsqn.useful-things" name="math-and-data" rev="1.0.61">
<artifact name="math-and-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.rsqn.useful-things', module='math-and-data', version='1.0.61')
)
libraryDependencies += "tech.rsqn.useful-things" % "math-and-data" % "1.0.61"
[tech.rsqn.useful-things/math-and-data "1.0.61"]