GroupId | GroupIdme.mindwind |
---|---|
ArtifactId | ArtifactIdcraft-atom-protocol-http |
Version | Version2.1.0 |
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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.mindwind/craft-atom-protocol-http/
implementation 'me.mindwind:craft-atom-protocol-http:2.1.0'
// https://jarcasting.com/artifacts/me.mindwind/craft-atom-protocol-http/
implementation ("me.mindwind:craft-atom-protocol-http:2.1.0")
'me.mindwind:craft-atom-protocol-http:jar:2.1.0'
<dependency org="me.mindwind" name="craft-atom-protocol-http" rev="2.1.0">
<artifact name="craft-atom-protocol-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.mindwind', module='craft-atom-protocol-http', version='2.1.0')
)
libraryDependencies += "me.mindwind" % "craft-atom-protocol-http" % "2.1.0"
[me.mindwind/craft-atom-protocol-http "2.1.0"]