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