| GroupId | GroupIdorg.esigate |
|---|---|
| ArtifactId | ArtifactIdesigate-core |
| Version | Version3.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| esigate-core-3.3.pom | |
| esigate-core-3.3.jar | 214 KB |
| esigate-core-3.3-sources.jar | 146 KB |
| esigate-core-3.3-javadoc.jar | 631 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.esigate/esigate-core/ -->
<dependency>
<groupId>org.esigate</groupId>
<artifactId>esigate-core</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.esigate/esigate-core/
implementation 'org.esigate:esigate-core:3.3'
// https://jarcasting.com/artifacts/org.esigate/esigate-core/
implementation ("org.esigate:esigate-core:3.3")
'org.esigate:esigate-core:jar:3.3'
<dependency org="org.esigate" name="esigate-core" rev="3.3">
<artifact name="esigate-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.esigate', module='esigate-core', version='3.3')
)
libraryDependencies += "org.esigate" % "esigate-core" % "3.3"
[org.esigate/esigate-core "3.3"]