Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdca.pjer |
ArtifactId | ArtifactIdparseclient |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
parseclient-1.0.0.pom | |
parseclient-1.0.0.jar | 67 KB |
parseclient-1.0.0-sources.jar | 34 KB |
parseclient-1.0.0-javadoc.jar | 277 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ca.pjer/parseclient/ -->
<dependency>
<groupId>ca.pjer</groupId>
<artifactId>parseclient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ca.pjer/parseclient/
implementation 'ca.pjer:parseclient:1.0.0'
// https://jarcasting.com/artifacts/ca.pjer/parseclient/
implementation ("ca.pjer:parseclient:1.0.0")
'ca.pjer:parseclient:jar:1.0.0'
<dependency org="ca.pjer" name="parseclient" rev="1.0.0">
<artifact name="parseclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.pjer', module='parseclient', version='1.0.0')
)
libraryDependencies += "ca.pjer" % "parseclient" % "1.0.0"
[ca.pjer/parseclient "1.0.0"]