GroupId | GroupIdcom.envimate.httpmate |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.0.22 |
Type | Typejar |
Filename | Size |
---|---|
core-1.0.22.pom | |
core-1.0.22.jar | 207 KB |
core-1.0.22-sources.jar | 158 KB |
core-1.0.22-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envimate.httpmate/core/ -->
<dependency>
<groupId>com.envimate.httpmate</groupId>
<artifactId>core</artifactId>
<version>1.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.envimate.httpmate/core/
implementation 'com.envimate.httpmate:core:1.0.22'
// https://jarcasting.com/artifacts/com.envimate.httpmate/core/
implementation ("com.envimate.httpmate:core:1.0.22")
'com.envimate.httpmate:core:jar:1.0.22'
<dependency org="com.envimate.httpmate" name="core" rev="1.0.22">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.envimate.httpmate', module='core', version='1.0.22')
)
libraryDependencies += "com.envimate.httpmate" % "core" % "1.0.22"
[com.envimate.httpmate/core "1.0.22"]