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