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