GroupId | GroupIdcom.airhacks |
---|---|
ArtifactId | ArtifactIdbreakr |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
breakr-0.0.1.pom | |
breakr-0.0.1.jar | 4 KB |
breakr-0.0.1-sources.jar | 2 KB |
breakr-0.0.1-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.airhacks/breakr/ -->
<dependency>
<groupId>com.airhacks</groupId>
<artifactId>breakr</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.airhacks/breakr/
implementation 'com.airhacks:breakr:0.0.1'
// https://jarcasting.com/artifacts/com.airhacks/breakr/
implementation ("com.airhacks:breakr:0.0.1")
'com.airhacks:breakr:jar:0.0.1'
<dependency org="com.airhacks" name="breakr" rev="0.0.1">
<artifact name="breakr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.airhacks', module='breakr', version='0.0.1')
)
libraryDependencies += "com.airhacks" % "breakr" % "0.0.1"
[com.airhacks/breakr "0.0.1"]