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