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