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