| GroupId | GroupIdcom.github.brymck |
|---|---|
| ArtifactId | ArtifactIdhelpers |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| helpers-0.0.3.pom | |
| helpers-0.0.3.jar | 19 KB |
| helpers-0.0.3-sources.jar | 6 KB |
| helpers-0.0.3-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.brymck/helpers/ -->
<dependency>
<groupId>com.github.brymck</groupId>
<artifactId>helpers</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brymck/helpers/
implementation 'com.github.brymck:helpers:0.0.3'
// https://jarcasting.com/artifacts/com.github.brymck/helpers/
implementation ("com.github.brymck:helpers:0.0.3")
'com.github.brymck:helpers:jar:0.0.3'
<dependency org="com.github.brymck" name="helpers" rev="0.0.3">
<artifact name="helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brymck', module='helpers', version='0.0.3')
)
libraryDependencies += "com.github.brymck" % "helpers" % "0.0.3"
[com.github.brymck/helpers "0.0.3"]