Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdbr.com.anteros |
ArtifactId | ArtifactIdanteros-mqtt-core |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
anteros-mqtt-core-1.0.6.pom | |
anteros-mqtt-core-1.0.6.jar | 152 KB |
anteros-mqtt-core-1.0.6-sources.jar | 118 KB |
anteros-mqtt-core-1.0.6-javadoc.jar | 927 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.anteros/anteros-mqtt-core/ -->
<dependency>
<groupId>br.com.anteros</groupId>
<artifactId>anteros-mqtt-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.anteros/anteros-mqtt-core/
implementation 'br.com.anteros:anteros-mqtt-core:1.0.6'
// https://jarcasting.com/artifacts/br.com.anteros/anteros-mqtt-core/
implementation ("br.com.anteros:anteros-mqtt-core:1.0.6")
'br.com.anteros:anteros-mqtt-core:jar:1.0.6'
<dependency org="br.com.anteros" name="anteros-mqtt-core" rev="1.0.6">
<artifact name="anteros-mqtt-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.anteros', module='anteros-mqtt-core', version='1.0.6')
)
libraryDependencies += "br.com.anteros" % "anteros-mqtt-core" % "1.0.6"
[br.com.anteros/anteros-mqtt-core "1.0.6"]