| GroupId | GroupIdcom.github.kristofa |
|---|---|
| ArtifactId | ArtifactIdbrave-impl |
| Version | Version2.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| brave-impl-2.3.pom | |
| brave-impl-2.3.jar | 30 KB |
| brave-impl-2.3-sources.jar | 21 KB |
| brave-impl-2.3-javadoc.jar | 78 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave-impl</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/
implementation 'com.github.kristofa:brave-impl:2.3'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/
implementation ("com.github.kristofa:brave-impl:2.3")
'com.github.kristofa:brave-impl:jar:2.3'
<dependency org="com.github.kristofa" name="brave-impl" rev="2.3">
<artifact name="brave-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-impl', version='2.3')
)
libraryDependencies += "com.github.kristofa" % "brave-impl" % "2.3"
[com.github.kristofa/brave-impl "2.3"]