| GroupId | GroupIdorg.sentilo.agent |
|---|---|
| ArtifactId | ArtifactIdsentilo-agent-common |
| Version | Version1.7.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sentilo-agent-common-1.7.0.pom | |
| sentilo-agent-common-1.7.0.jar | 18 KB |
| sentilo-agent-common-1.7.0-sources.jar | 21 KB |
| sentilo-agent-common-1.7.0-javadoc.jar | 143 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sentilo.agent/sentilo-agent-common/ -->
<dependency>
<groupId>org.sentilo.agent</groupId>
<artifactId>sentilo-agent-common</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sentilo.agent/sentilo-agent-common/
implementation 'org.sentilo.agent:sentilo-agent-common:1.7.0'
// https://jarcasting.com/artifacts/org.sentilo.agent/sentilo-agent-common/
implementation ("org.sentilo.agent:sentilo-agent-common:1.7.0")
'org.sentilo.agent:sentilo-agent-common:jar:1.7.0'
<dependency org="org.sentilo.agent" name="sentilo-agent-common" rev="1.7.0">
<artifact name="sentilo-agent-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sentilo.agent', module='sentilo-agent-common', version='1.7.0')
)
libraryDependencies += "org.sentilo.agent" % "sentilo-agent-common" % "1.7.0"
[org.sentilo.agent/sentilo-agent-common "1.7.0"]