Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.commuty |
ArtifactId | ArtifactIdparking-access-api-client |
Version | Version2.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.commuty/parking-access-api-client/ -->
<dependency>
<groupId>net.commuty</groupId>
<artifactId>parking-access-api-client</artifactId>
<version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.commuty/parking-access-api-client/
implementation 'net.commuty:parking-access-api-client:2.1.2'
// https://jarcasting.com/artifacts/net.commuty/parking-access-api-client/
implementation ("net.commuty:parking-access-api-client:2.1.2")
'net.commuty:parking-access-api-client:jar:2.1.2'
<dependency org="net.commuty" name="parking-access-api-client" rev="2.1.2">
<artifact name="parking-access-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.commuty', module='parking-access-api-client', version='2.1.2')
)
libraryDependencies += "net.commuty" % "parking-access-api-client" % "2.1.2"
[net.commuty/parking-access-api-client "2.1.2"]