GroupId | GroupIdcom.github.i21mscz23 |
---|---|
ArtifactId | ArtifactIdsupport-tools |
Version | Version1.0.2-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.i21mscz23/support-tools/ -->
<dependency>
<groupId>com.github.i21mscz23</groupId>
<artifactId>support-tools</artifactId>
<version>1.0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.i21mscz23/support-tools/
implementation 'com.github.i21mscz23:support-tools:1.0.2-RELEASE'
// https://jarcasting.com/artifacts/com.github.i21mscz23/support-tools/
implementation ("com.github.i21mscz23:support-tools:1.0.2-RELEASE")
'com.github.i21mscz23:support-tools:jar:1.0.2-RELEASE'
<dependency org="com.github.i21mscz23" name="support-tools" rev="1.0.2-RELEASE">
<artifact name="support-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.i21mscz23', module='support-tools', version='1.0.2-RELEASE')
)
libraryDependencies += "com.github.i21mscz23" % "support-tools" % "1.0.2-RELEASE"
[com.github.i21mscz23/support-tools "1.0.2-RELEASE"]