is not current version
Last Version 0.6

com.gregmarut.commons:commons 0.3

A collection of commonly used code

GroupId

GroupId

com.gregmarut.commons
ArtifactId

ArtifactId

commons
Version

Version

0.3
Type

Type

pom

Download commons 0.3

Filename Size
commons-0.3.pom 3 KB
Browse

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