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