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