is not current version
Last Version 1.0.2

net.binggl:commons 1.0.1

Common logic recurring in a number of projects packed into a library. Not by any chance to rival other "commons"!

Categories

Categories

Net
GroupId

GroupId

net.binggl
ArtifactId

ArtifactId

commons
Version

Version

1.0.1
Type

Type

jar

Download commons 1.0.1


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