| GroupId | GroupIdtop.totalo |
|---|---|
| ArtifactId | ArtifactIdthreshold |
| Version | Version0.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| threshold-0.0.2.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.totalo/threshold/ -->
<dependency>
<groupId>top.totalo</groupId>
<artifactId>threshold</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.totalo/threshold/
implementation 'top.totalo:threshold:0.0.2'
// https://jarcasting.com/artifacts/top.totalo/threshold/
implementation ("top.totalo:threshold:0.0.2")
'top.totalo:threshold:pom:0.0.2'
<dependency org="top.totalo" name="threshold" rev="0.0.2">
<artifact name="threshold" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.totalo', module='threshold', version='0.0.2')
)
libraryDependencies += "top.totalo" % "threshold" % "0.0.2"
[top.totalo/threshold "0.0.2"]