is not current version
Last Version 0.6

com.gregmarut.commons:commons 0.4

A collection of commonly used code

GroupId

GroupId

com.gregmarut.commons
ArtifactId

ArtifactId

commons
Version

Version

0.4
Type

Type

pom

Download commons 0.4

Filename Size
commons-0.4.pom 3 KB
Browse

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