GroupId | GroupIdtech.anima |
---|---|
ArtifactId | ArtifactIdtinytypes |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
tinytypes-1.1.0.pom | |
tinytypes-1.1.0.jar | 6 KB |
tinytypes-1.1.0-sources.jar | 5 KB |
tinytypes-1.1.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.anima/tinytypes/ -->
<dependency>
<groupId>tech.anima</groupId>
<artifactId>tinytypes</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.anima/tinytypes/
implementation 'tech.anima:tinytypes:1.1.0'
// https://jarcasting.com/artifacts/tech.anima/tinytypes/
implementation ("tech.anima:tinytypes:1.1.0")
'tech.anima:tinytypes:jar:1.1.0'
<dependency org="tech.anima" name="tinytypes" rev="1.1.0">
<artifact name="tinytypes" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.anima', module='tinytypes', version='1.1.0')
)
libraryDependencies += "tech.anima" % "tinytypes" % "1.1.0"
[tech.anima/tinytypes "1.1.0"]