Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.smatechnologies |
ArtifactId | ArtifactIdopcon-rest-api-client |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
opcon-rest-api-client-1.0.2.pom | |
opcon-rest-api-client-1.0.2.jar | 586 KB |
opcon-rest-api-client-1.0.2-sources.jar | 256 KB |
opcon-rest-api-client-1.0.2-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smatechnologies/opcon-rest-api-client/ -->
<dependency>
<groupId>com.smatechnologies</groupId>
<artifactId>opcon-rest-api-client</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.smatechnologies/opcon-rest-api-client/
implementation 'com.smatechnologies:opcon-rest-api-client:1.0.2'
// https://jarcasting.com/artifacts/com.smatechnologies/opcon-rest-api-client/
implementation ("com.smatechnologies:opcon-rest-api-client:1.0.2")
'com.smatechnologies:opcon-rest-api-client:jar:1.0.2'
<dependency org="com.smatechnologies" name="opcon-rest-api-client" rev="1.0.2">
<artifact name="opcon-rest-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smatechnologies', module='opcon-rest-api-client', version='1.0.2')
)
libraryDependencies += "com.smatechnologies" % "opcon-rest-api-client" % "1.0.2"
[com.smatechnologies/opcon-rest-api-client "1.0.2"]