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