GroupId | GroupIdcom.atlassian.xmlrpc |
---|---|
ArtifactId | ArtifactIdatlassian-xmlrpc-binder-annotations |
Version | Version0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.atlassian.xmlrpc/atlassian-xmlrpc-binder-annotations/ -->
<dependency>
<groupId>com.atlassian.xmlrpc</groupId>
<artifactId>atlassian-xmlrpc-binder-annotations</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.xmlrpc/atlassian-xmlrpc-binder-annotations/
implementation 'com.atlassian.xmlrpc:atlassian-xmlrpc-binder-annotations:0.7'
// https://jarcasting.com/artifacts/com.atlassian.xmlrpc/atlassian-xmlrpc-binder-annotations/
implementation ("com.atlassian.xmlrpc:atlassian-xmlrpc-binder-annotations:0.7")
'com.atlassian.xmlrpc:atlassian-xmlrpc-binder-annotations:jar:0.7'
<dependency org="com.atlassian.xmlrpc" name="atlassian-xmlrpc-binder-annotations" rev="0.7">
<artifact name="atlassian-xmlrpc-binder-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.xmlrpc', module='atlassian-xmlrpc-binder-annotations', version='0.7')
)
libraryDependencies += "com.atlassian.xmlrpc" % "atlassian-xmlrpc-binder-annotations" % "0.7"
[com.atlassian.xmlrpc/atlassian-xmlrpc-binder-annotations "0.7"]