is not current version
Last Version 0.0.5

com.github.brymck:helpers 0.0.3

Helpers for my cloud projects

GroupId

GroupId

com.github.brymck
ArtifactId

ArtifactId

helpers
Version

Version

0.0.3
Type

Type

jar

Download helpers 0.0.3


<!-- 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"]