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