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