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