| GroupId | GroupIdcom.truward.brikar |
|---|---|
| ArtifactId | ArtifactIdbrikar-rpc-explorer-support |
| Version | Version1.5.26 |
| 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.5.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.truward.brikar/brikar-rpc-explorer-support/
implementation 'com.truward.brikar:brikar-rpc-explorer-support:1.5.26'
// https://jarcasting.com/artifacts/com.truward.brikar/brikar-rpc-explorer-support/
implementation ("com.truward.brikar:brikar-rpc-explorer-support:1.5.26")
'com.truward.brikar:brikar-rpc-explorer-support:jar:1.5.26'
<dependency org="com.truward.brikar" name="brikar-rpc-explorer-support" rev="1.5.26">
<artifact name="brikar-rpc-explorer-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truward.brikar', module='brikar-rpc-explorer-support', version='1.5.26')
)
libraryDependencies += "com.truward.brikar" % "brikar-rpc-explorer-support" % "1.5.26"
[com.truward.brikar/brikar-rpc-explorer-support "1.5.26"]