is not current version
Last Version 1.0.69

tech.rsqn:useful-things 1.0.39

A collection of common utilities used by rsqn.tech opensource projects.

GroupId

GroupId

tech.rsqn
ArtifactId

ArtifactId

useful-things
Version

Version

1.0.39
Type

Type

pom

Download useful-things 1.0.39

Filename Size
useful-things-1.0.39.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/tech.rsqn/useful-things/ -->
<dependency>
    <groupId>tech.rsqn</groupId>
    <artifactId>useful-things</artifactId>
    <version>1.0.39</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tech.rsqn/useful-things/
implementation 'tech.rsqn:useful-things:1.0.39'
// https://jarcasting.com/artifacts/tech.rsqn/useful-things/
implementation ("tech.rsqn:useful-things:1.0.39")
'tech.rsqn:useful-things:pom:1.0.39'
<dependency org="tech.rsqn" name="useful-things" rev="1.0.39">
  <artifact name="useful-things" type="pom" />
</dependency>
@Grapes(
@Grab(group='tech.rsqn', module='useful-things', version='1.0.39')
)
libraryDependencies += "tech.rsqn" % "useful-things" % "1.0.39"
[tech.rsqn/useful-things "1.0.39"]