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