Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.hisrc.lhapi |
ArtifactId | ArtifactIdlhapi-client-project |
Version | Version1.0.1 |
Type | Typepom |
Description |
DescriptionJava Client for the LH Public API - Project
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lhapi-client-project-1.0.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hisrc.lhapi/lhapi-client-project/ -->
<dependency>
<groupId>org.hisrc.lhapi</groupId>
<artifactId>lhapi-client-project</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hisrc.lhapi/lhapi-client-project/
implementation 'org.hisrc.lhapi:lhapi-client-project:1.0.1'
// https://jarcasting.com/artifacts/org.hisrc.lhapi/lhapi-client-project/
implementation ("org.hisrc.lhapi:lhapi-client-project:1.0.1")
'org.hisrc.lhapi:lhapi-client-project:pom:1.0.1'
<dependency org="org.hisrc.lhapi" name="lhapi-client-project" rev="1.0.1">
<artifact name="lhapi-client-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hisrc.lhapi', module='lhapi-client-project', version='1.0.1')
)
libraryDependencies += "org.hisrc.lhapi" % "lhapi-client-project" % "1.0.1"
[org.hisrc.lhapi/lhapi-client-project "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |