Categories |
CategoriesNet JSON Data |
---|---|
GroupId | GroupIdnet.inveed |
ArtifactId | ArtifactIdinveed-jsonrpc-annotations |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.inveed/inveed-jsonrpc-annotations/ -->
<dependency>
<groupId>net.inveed</groupId>
<artifactId>inveed-jsonrpc-annotations</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.inveed/inveed-jsonrpc-annotations/
implementation 'net.inveed:inveed-jsonrpc-annotations:0.0.2'
// https://jarcasting.com/artifacts/net.inveed/inveed-jsonrpc-annotations/
implementation ("net.inveed:inveed-jsonrpc-annotations:0.0.2")
'net.inveed:inveed-jsonrpc-annotations:jar:0.0.2'
<dependency org="net.inveed" name="inveed-jsonrpc-annotations" rev="0.0.2">
<artifact name="inveed-jsonrpc-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.inveed', module='inveed-jsonrpc-annotations', version='0.0.2')
)
libraryDependencies += "net.inveed" % "inveed-jsonrpc-annotations" % "0.0.2"
[net.inveed/inveed-jsonrpc-annotations "0.0.2"]