GroupId | GroupIdme.mindwind |
---|---|
ArtifactId | ArtifactIdcraft-atom-protocol-http |
Version | Version2.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/me.mindwind/craft-atom-protocol-http/ -->
<dependency>
<groupId>me.mindwind</groupId>
<artifactId>craft-atom-protocol-http</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.mindwind/craft-atom-protocol-http/
implementation 'me.mindwind:craft-atom-protocol-http:2.0.2'
// https://jarcasting.com/artifacts/me.mindwind/craft-atom-protocol-http/
implementation ("me.mindwind:craft-atom-protocol-http:2.0.2")
'me.mindwind:craft-atom-protocol-http:jar:2.0.2'
<dependency org="me.mindwind" name="craft-atom-protocol-http" rev="2.0.2">
<artifact name="craft-atom-protocol-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.mindwind', module='craft-atom-protocol-http', version='2.0.2')
)
libraryDependencies += "me.mindwind" % "craft-atom-protocol-http" % "2.0.2"
[me.mindwind/craft-atom-protocol-http "2.0.2"]