GroupId | GroupIdcom.mytechia |
---|---|
ArtifactId | ArtifactIdmytechia-commons-library |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mytechia/mytechia-commons-library/ -->
<dependency>
<groupId>com.mytechia</groupId>
<artifactId>mytechia-commons-library</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mytechia/mytechia-commons-library/
implementation 'com.mytechia:mytechia-commons-library:1.2.0'
// https://jarcasting.com/artifacts/com.mytechia/mytechia-commons-library/
implementation ("com.mytechia:mytechia-commons-library:1.2.0")
'com.mytechia:mytechia-commons-library:jar:1.2.0'
<dependency org="com.mytechia" name="mytechia-commons-library" rev="1.2.0">
<artifact name="mytechia-commons-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mytechia', module='mytechia-commons-library', version='1.2.0')
)
libraryDependencies += "com.mytechia" % "mytechia-commons-library" % "1.2.0"
[com.mytechia/mytechia-commons-library "1.2.0"]