| GroupId | GroupIdcom.github.duhemm |
|---|---|
| ArtifactId | ArtifactIdterm-size_2.12 |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| term-size_2.12-0.0.1.pom | |
| term-size_2.12-0.0.1.jar | 28 KB |
| term-size_2.12-0.0.1-sources.jar | 1 KB |
| term-size_2.12-0.0.1-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.duhemm/term-size_2.12/ -->
<dependency>
<groupId>com.github.duhemm</groupId>
<artifactId>term-size_2.12</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.duhemm/term-size_2.12/
implementation 'com.github.duhemm:term-size_2.12:0.0.1'
// https://jarcasting.com/artifacts/com.github.duhemm/term-size_2.12/
implementation ("com.github.duhemm:term-size_2.12:0.0.1")
'com.github.duhemm:term-size_2.12:jar:0.0.1'
<dependency org="com.github.duhemm" name="term-size_2.12" rev="0.0.1">
<artifact name="term-size_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.duhemm', module='term-size_2.12', version='0.0.1')
)
libraryDependencies += "com.github.duhemm" % "term-size_2.12" % "0.0.1"
[com.github.duhemm/term-size_2.12 "0.0.1"]