| GroupId | GroupIdorg.esigate |
|---|---|
| ArtifactId | ArtifactIdesigate-tool-conf |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionesigate-tool-conf
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| esigate-tool-conf-1.1.pom | |
| esigate-tool-conf-1.1.jar | 12 KB |
| esigate-tool-conf-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.esigate/esigate-tool-conf/
implementation 'org.esigate:esigate-tool-conf:1.1'
// https://jarcasting.com/artifacts/org.esigate/esigate-tool-conf/
implementation ("org.esigate:esigate-tool-conf:1.1")
'org.esigate:esigate-tool-conf:jar:1.1'
<dependency org="org.esigate" name="esigate-tool-conf" rev="1.1">
<artifact name="esigate-tool-conf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.esigate', module='esigate-tool-conf', version='1.1')
)
libraryDependencies += "org.esigate" % "esigate-tool-conf" % "1.1"
[org.esigate/esigate-tool-conf "1.1"]