GroupId | GroupIdcom.evrythng |
---|---|
ArtifactId | ArtifactIdevrythng-commons |
Version | Version1.27 |
Type | Typejar |
Filename | Size |
---|---|
evrythng-commons-1.27.pom | |
evrythng-commons-1.27.jar | 24 KB |
evrythng-commons-1.27-sources.jar | 16 KB |
evrythng-commons-1.27-javadoc.jar | 173 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.evrythng/evrythng-commons/ -->
<dependency>
<groupId>com.evrythng</groupId>
<artifactId>evrythng-commons</artifactId>
<version>1.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.evrythng/evrythng-commons/
implementation 'com.evrythng:evrythng-commons:1.27'
// https://jarcasting.com/artifacts/com.evrythng/evrythng-commons/
implementation ("com.evrythng:evrythng-commons:1.27")
'com.evrythng:evrythng-commons:jar:1.27'
<dependency org="com.evrythng" name="evrythng-commons" rev="1.27">
<artifact name="evrythng-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.evrythng', module='evrythng-commons', version='1.27')
)
libraryDependencies += "com.evrythng" % "evrythng-commons" % "1.27"
[com.evrythng/evrythng-commons "1.27"]