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