| GroupId | GroupIdcom.truward.brikar |
|---|---|
| ArtifactId | ArtifactIdbrikar-rpc-explorer-support |
| Version | Version1.4.22 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.truward.brikar/brikar-rpc-explorer-support/ -->
<dependency>
<groupId>com.truward.brikar</groupId>
<artifactId>brikar-rpc-explorer-support</artifactId>
<version>1.4.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.truward.brikar/brikar-rpc-explorer-support/
implementation 'com.truward.brikar:brikar-rpc-explorer-support:1.4.22'
// https://jarcasting.com/artifacts/com.truward.brikar/brikar-rpc-explorer-support/
implementation ("com.truward.brikar:brikar-rpc-explorer-support:1.4.22")
'com.truward.brikar:brikar-rpc-explorer-support:jar:1.4.22'
<dependency org="com.truward.brikar" name="brikar-rpc-explorer-support" rev="1.4.22">
<artifact name="brikar-rpc-explorer-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truward.brikar', module='brikar-rpc-explorer-support', version='1.4.22')
)
libraryDependencies += "com.truward.brikar" % "brikar-rpc-explorer-support" % "1.4.22"
[com.truward.brikar/brikar-rpc-explorer-support "1.4.22"]