is not current version
Last Version 1.1.0

com.sefford:commons 1.0.2

A set of classes and patterns to reuse through all my projects.

GroupId

GroupId

com.sefford
ArtifactId

ArtifactId

commons
Version

Version

1.0.2
Type

Type

jar

Download commons 1.0.2


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