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