GroupId | GroupIdorg.esigate |
---|---|
ArtifactId | ArtifactIdesigate-tool-conf |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
esigate-tool-conf-1.0.pom | |
esigate-tool-conf-1.0.jar | 12 KB |
esigate-tool-conf-1.0-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.esigate/esigate-tool-conf/ -->
<dependency>
<groupId>org.esigate</groupId>
<artifactId>esigate-tool-conf</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.esigate/esigate-tool-conf/
implementation 'org.esigate:esigate-tool-conf:1.0'
// https://jarcasting.com/artifacts/org.esigate/esigate-tool-conf/
implementation ("org.esigate:esigate-tool-conf:1.0")
'org.esigate:esigate-tool-conf:jar:1.0'
<dependency org="org.esigate" name="esigate-tool-conf" rev="1.0">
<artifact name="esigate-tool-conf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.esigate', module='esigate-tool-conf', version='1.0')
)
libraryDependencies += "org.esigate" % "esigate-tool-conf" % "1.0"
[org.esigate/esigate-tool-conf "1.0"]