is not current version
Last Version 1.7.1

com.thetransactioncompany:jsonrpc2-access-filter 1.7

Access filters for JSON-RPC 2.0 requests, for use on the server-side prior to request execution. Control access according to client host name / IP address, HTTPS transport, client X.509 certificate presence and / or API key policy.

Categories

Categories

JSON Data
GroupId

GroupId

com.thetransactioncompany
ArtifactId

ArtifactId

jsonrpc2-access-filter
Version

Version

1.7
Type

Type

jar

Download jsonrpc2-access-filter 1.7


<!-- https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-access-filter/ -->
<dependency>
    <groupId>com.thetransactioncompany</groupId>
    <artifactId>jsonrpc2-access-filter</artifactId>
    <version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-access-filter/
implementation 'com.thetransactioncompany:jsonrpc2-access-filter:1.7'
// https://jarcasting.com/artifacts/com.thetransactioncompany/jsonrpc2-access-filter/
implementation ("com.thetransactioncompany:jsonrpc2-access-filter:1.7")
'com.thetransactioncompany:jsonrpc2-access-filter:jar:1.7'
<dependency org="com.thetransactioncompany" name="jsonrpc2-access-filter" rev="1.7">
  <artifact name="jsonrpc2-access-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thetransactioncompany', module='jsonrpc2-access-filter', version='1.7')
)
libraryDependencies += "com.thetransactioncompany" % "jsonrpc2-access-filter" % "1.7"
[com.thetransactioncompany/jsonrpc2-access-filter "1.7"]