GroupId | GroupIdcom.envimate |
---|---|
ArtifactId | ArtifactIdhttpmate-parent |
Version | Version1.0.25 |
Type | Typepom |
Filename | Size |
---|---|
httpmate-parent-1.0.25.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envimate/httpmate-parent/ -->
<dependency>
<groupId>com.envimate</groupId>
<artifactId>httpmate-parent</artifactId>
<version>1.0.25</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.envimate/httpmate-parent/
implementation 'com.envimate:httpmate-parent:1.0.25'
// https://jarcasting.com/artifacts/com.envimate/httpmate-parent/
implementation ("com.envimate:httpmate-parent:1.0.25")
'com.envimate:httpmate-parent:pom:1.0.25'
<dependency org="com.envimate" name="httpmate-parent" rev="1.0.25">
<artifact name="httpmate-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.envimate', module='httpmate-parent', version='1.0.25')
)
libraryDependencies += "com.envimate" % "httpmate-parent" % "1.0.25"
[com.envimate/httpmate-parent "1.0.25"]