| GroupId | GroupIdsite.tanghy |
|---|---|
| ArtifactId | ArtifactIdcommon-utils |
| Version | Version1.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-utils-1.0.3.pom | |
| common-utils-1.0.3.jar | 5 KB |
| common-utils-1.0.3-sources.jar | 5 KB |
| common-utils-1.0.3-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/site.tanghy/common-utils/ -->
<dependency>
<groupId>site.tanghy</groupId>
<artifactId>common-utils</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/site.tanghy/common-utils/
implementation 'site.tanghy:common-utils:1.0.3'
// https://jarcasting.com/artifacts/site.tanghy/common-utils/
implementation ("site.tanghy:common-utils:1.0.3")
'site.tanghy:common-utils:jar:1.0.3'
<dependency org="site.tanghy" name="common-utils" rev="1.0.3">
<artifact name="common-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='site.tanghy', module='common-utils', version='1.0.3')
)
libraryDependencies += "site.tanghy" % "common-utils" % "1.0.3"
[site.tanghy/common-utils "1.0.3"]