| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdcom.thetransactioncompany |
| ArtifactId | ArtifactIdjsonrpc2-access-filter |
| Version | Version1.4.2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-access-filter/ -->
<dependency>
<groupId>com.thetransactioncompany</groupId>
<artifactId>jsonrpc2-access-filter</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-access-filter/
implementation 'com.thetransactioncompany:jsonrpc2-access-filter:1.4.2'
// https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-access-filter/
implementation ("com.thetransactioncompany:jsonrpc2-access-filter:1.4.2")
'com.thetransactioncompany:jsonrpc2-access-filter:jar:1.4.2'
<dependency org="com.thetransactioncompany" name="jsonrpc2-access-filter" rev="1.4.2">
<artifact name="jsonrpc2-access-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thetransactioncompany', module='jsonrpc2-access-filter', version='1.4.2')
)
libraryDependencies += "com.thetransactioncompany" % "jsonrpc2-access-filter" % "1.4.2"
[com.thetransactioncompany/jsonrpc2-access-filter "1.4.2"]