Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.minorg |
ArtifactId | ArtifactIdwhoisclient |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
whoisclient-1.0.0.pom | |
whoisclient-1.0.0.jar | 454 KB |
whoisclient-1.0.0-sources.jar | 325 KB |
whoisclient-1.0.0-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.minorg/whoisclient/ -->
<dependency>
<groupId>io.github.minorg</groupId>
<artifactId>whoisclient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.minorg/whoisclient/
implementation 'io.github.minorg:whoisclient:1.0.0'
// https://jarcasting.com/artifacts/io.github.minorg/whoisclient/
implementation ("io.github.minorg:whoisclient:1.0.0")
'io.github.minorg:whoisclient:jar:1.0.0'
<dependency org="io.github.minorg" name="whoisclient" rev="1.0.0">
<artifact name="whoisclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.minorg', module='whoisclient', version='1.0.0')
)
libraryDependencies += "io.github.minorg" % "whoisclient" % "1.0.0"
[io.github.minorg/whoisclient "1.0.0"]