GroupId | GroupIdcom.smatechnologies |
---|---|
ArtifactId | ArtifactIdopcon-commons |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
opcon-commons-1.0.0.pom | |
opcon-commons-1.0.0.jar | 119 KB |
opcon-commons-1.0.0-sources.jar | 67 KB |
opcon-commons-1.0.0-javadoc.jar | 910 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smatechnologies/opcon-commons/ -->
<dependency>
<groupId>com.smatechnologies</groupId>
<artifactId>opcon-commons</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.smatechnologies/opcon-commons/
implementation 'com.smatechnologies:opcon-commons:1.0.0'
// https://jarcasting.com/artifacts/com.smatechnologies/opcon-commons/
implementation ("com.smatechnologies:opcon-commons:1.0.0")
'com.smatechnologies:opcon-commons:jar:1.0.0'
<dependency org="com.smatechnologies" name="opcon-commons" rev="1.0.0">
<artifact name="opcon-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smatechnologies', module='opcon-commons', version='1.0.0')
)
libraryDependencies += "com.smatechnologies" % "opcon-commons" % "1.0.0"
[com.smatechnologies/opcon-commons "1.0.0"]