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