is not current version
Last Version 1.0.69

tech.rsqn:useful-things 1.0.12

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

GroupId

GroupId

tech.rsqn
ArtifactId

ArtifactId

useful-things
Version

Version

1.0.12
Type

Type

pom

Download useful-things 1.0.12

Filename Size
useful-things-1.0.12.pom 1 KB
Browse

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