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