Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.lafa.popclient |
ArtifactId | ArtifactIdpopclient |
Version | Version0.0.16 |
Type | Typejar |
Filename | Size |
---|---|
popclient-0.0.16.pom | |
popclient-0.0.16.jar | 28 KB |
popclient-0.0.16-sources.jar | 13 KB |
popclient-0.0.16-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lafa.popclient/popclient/ -->
<dependency>
<groupId>com.github.lafa.popclient</groupId>
<artifactId>popclient</artifactId>
<version>0.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lafa.popclient/popclient/
implementation 'com.github.lafa.popclient:popclient:0.0.16'
// https://jarcasting.com/artifacts/com.github.lafa.popclient/popclient/
implementation ("com.github.lafa.popclient:popclient:0.0.16")
'com.github.lafa.popclient:popclient:jar:0.0.16'
<dependency org="com.github.lafa.popclient" name="popclient" rev="0.0.16">
<artifact name="popclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lafa.popclient', module='popclient', version='0.0.16')
)
libraryDependencies += "com.github.lafa.popclient" % "popclient" % "0.0.16"
[com.github.lafa.popclient/popclient "0.0.16"]