| GroupId | GroupIdorg.sentilo.agent |
|---|---|
| ArtifactId | ArtifactIdsentilo-agent-common |
| Version | Version1.8.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sentilo-agent-common-1.8.0.pom | |
| sentilo-agent-common-1.8.0.jar | 20 KB |
| sentilo-agent-common-1.8.0-sources.jar | 22 KB |
| sentilo-agent-common-1.8.0-javadoc.jar | 146 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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sentilo.agent/sentilo-agent-common/
implementation 'org.sentilo.agent:sentilo-agent-common:1.8.0'
// https://jarcasting.com/artifacts/org.sentilo.agent/sentilo-agent-common/
implementation ("org.sentilo.agent:sentilo-agent-common:1.8.0")
'org.sentilo.agent:sentilo-agent-common:jar:1.8.0'
<dependency org="org.sentilo.agent" name="sentilo-agent-common" rev="1.8.0">
<artifact name="sentilo-agent-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sentilo.agent', module='sentilo-agent-common', version='1.8.0')
)
libraryDependencies += "org.sentilo.agent" % "sentilo-agent-common" % "1.8.0"
[org.sentilo.agent/sentilo-agent-common "1.8.0"]