GroupId | GroupIdcom.github.kristofa |
---|---|
ArtifactId | ArtifactIdbrave |
Version | Version3.0.0-rc-1 |
Type | Typepom |
Filename | Size |
---|---|
brave-3.0.0-rc-1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave/ -->
<dependency>
<groupId>com.github.kristofa</groupId>
<artifactId>brave</artifactId>
<version>3.0.0-rc-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave/
implementation 'com.github.kristofa:brave:3.0.0-rc-1'
// https://jarcasting.com/artifacts/com.github.kristofa/brave/
implementation ("com.github.kristofa:brave:3.0.0-rc-1")
'com.github.kristofa:brave:pom:3.0.0-rc-1'
<dependency org="com.github.kristofa" name="brave" rev="3.0.0-rc-1">
<artifact name="brave" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave', version='3.0.0-rc-1')
)
libraryDependencies += "com.github.kristofa" % "brave" % "3.0.0-rc-1"
[com.github.kristofa/brave "3.0.0-rc-1"]