| Categories |
CategoriesGradle Build Tools |
|---|---|
| GroupId | GroupIdcom.aestasit.infrastructure.sshoogr |
| ArtifactId | ArtifactIdsshoogr-gradle |
| Version | Version0.9.11 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sshoogr-gradle-0.9.11.pom | |
| sshoogr-gradle-0.9.11.jar | 25 KB |
| sshoogr-gradle-0.9.11-sources.jar | 5 KB |
| sshoogr-gradle-0.9.11-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.aestasit.infrastructure.sshoogr/sshoogr-gradle/ -->
<dependency>
<groupId>com.aestasit.infrastructure.sshoogr</groupId>
<artifactId>sshoogr-gradle</artifactId>
<version>0.9.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.aestasit.infrastructure.sshoogr/sshoogr-gradle/
implementation 'com.aestasit.infrastructure.sshoogr:sshoogr-gradle:0.9.11'
// https://jarcasting.com/artifacts/com.aestasit.infrastructure.sshoogr/sshoogr-gradle/
implementation ("com.aestasit.infrastructure.sshoogr:sshoogr-gradle:0.9.11")
'com.aestasit.infrastructure.sshoogr:sshoogr-gradle:jar:0.9.11'
<dependency org="com.aestasit.infrastructure.sshoogr" name="sshoogr-gradle" rev="0.9.11">
<artifact name="sshoogr-gradle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aestasit.infrastructure.sshoogr', module='sshoogr-gradle', version='0.9.11')
)
libraryDependencies += "com.aestasit.infrastructure.sshoogr" % "sshoogr-gradle" % "0.9.11"
[com.aestasit.infrastructure.sshoogr/sshoogr-gradle "0.9.11"]