GroupId | GroupIdcom.envimate.httpmate |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.0.20 |
Type | Typejar |
Filename | Size |
---|---|
core-1.0.20.pom | |
core-1.0.20.jar | 190 KB |
core-1.0.20-sources.jar | 148 KB |
core-1.0.20-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.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.envimate.httpmate/core/
implementation 'com.envimate.httpmate:core:1.0.20'
// https://jarcasting.com/artifacts/com.envimate.httpmate/core/
implementation ("com.envimate.httpmate:core:1.0.20")
'com.envimate.httpmate:core:jar:1.0.20'
<dependency org="com.envimate.httpmate" name="core" rev="1.0.20">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.envimate.httpmate', module='core', version='1.0.20')
)
libraryDependencies += "com.envimate.httpmate" % "core" % "1.0.20"
[com.envimate.httpmate/core "1.0.20"]