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