is not current version
Last Version 0.6

com.gregmarut.commons:commons 0.1-RELEASE

A collection of commonly used code

GroupId

GroupId

com.gregmarut.commons
ArtifactId

ArtifactId

commons
Version

Version

0.1-RELEASE
Type

Type

pom

Download commons 0.1-RELEASE

Filename Size
commons-0.1-RELEASE.pom 3 KB
Browse

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