is not current version
Last Version 1.3.2

com.tekmare:commons 1.2.1

A java library written by my self including common features and classes to use in future projects

GroupId

GroupId

com.tekmare
ArtifactId

ArtifactId

commons
Version

Version

1.2.1
Type

Type

jar

Download commons 1.2.1


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