is not current version
Last Version 0.2.3

org.no-hope:typetools 0.1.0

A set of tools aimed to make daily programming easier.

GroupId

GroupId

org.no-hope
ArtifactId

ArtifactId

typetools
Version

Version

0.1.0
Type

Type

jar

Download typetools 0.1.0


<!-- https://jarcasting.com/artifacts/org.no-hope/typetools/ -->
<dependency>
    <groupId>org.no-hope</groupId>
    <artifactId>typetools</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.no-hope/typetools/
implementation 'org.no-hope:typetools:0.1.0'
// https://jarcasting.com/artifacts/org.no-hope/typetools/
implementation ("org.no-hope:typetools:0.1.0")
'org.no-hope:typetools:jar:0.1.0'
<dependency org="org.no-hope" name="typetools" rev="0.1.0">
  <artifact name="typetools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.no-hope', module='typetools', version='0.1.0')
)
libraryDependencies += "org.no-hope" % "typetools" % "0.1.0"
[org.no-hope/typetools "0.1.0"]