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