GroupId | GroupIdio.polyglotted |
---|---|
ArtifactId | ArtifactIdes-common |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
es-common-1.0.7.pom | |
es-common-1.0.7.jar | 52 KB |
es-common-1.0.7-sources.jar | 23 KB |
es-common-1.0.7-javadoc.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.polyglotted/es-common/ -->
<dependency>
<groupId>io.polyglotted</groupId>
<artifactId>es-common</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.polyglotted/es-common/
implementation 'io.polyglotted:es-common:1.0.7'
// https://jarcasting.com/artifacts/io.polyglotted/es-common/
implementation ("io.polyglotted:es-common:1.0.7")
'io.polyglotted:es-common:jar:1.0.7'
<dependency org="io.polyglotted" name="es-common" rev="1.0.7">
<artifact name="es-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.polyglotted', module='es-common', version='1.0.7')
)
libraryDependencies += "io.polyglotted" % "es-common" % "1.0.7"
[io.polyglotted/es-common "1.0.7"]