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