is not current version
Last Version 0.0.5

com.github.brymck:helpers 0.0.4

Helpers for my cloud projects

GroupId

GroupId

com.github.brymck
ArtifactId

ArtifactId

helpers
Version

Version

0.0.4
Type

Type

jar

Download helpers 0.0.4


<!-- https://jarcasting.com/artifacts/com.github.brymck/helpers/ -->
<dependency>
    <groupId>com.github.brymck</groupId>
    <artifactId>helpers</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brymck/helpers/
implementation 'com.github.brymck:helpers:0.0.4'
// https://jarcasting.com/artifacts/com.github.brymck/helpers/
implementation ("com.github.brymck:helpers:0.0.4")
'com.github.brymck:helpers:jar:0.0.4'
<dependency org="com.github.brymck" name="helpers" rev="0.0.4">
  <artifact name="helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brymck', module='helpers', version='0.0.4')
)
libraryDependencies += "com.github.brymck" % "helpers" % "0.0.4"
[com.github.brymck/helpers "0.0.4"]