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