is not current version
Last Version 1.3.5

com.mytechia:mytechia-commons-library 1.3.0

A collection of general utilities for programming in JAVA.

GroupId

GroupId

com.mytechia
ArtifactId

ArtifactId

mytechia-commons-library
Version

Version

1.3.0
Type

Type

jar

Download mytechia-commons-library 1.3.0


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