| GroupId | GroupIdtop.wsure |
|---|---|
| ArtifactId | ArtifactIdwsure-utils |
| Version | Version1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| wsure-utils-1.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.wsure/wsure-utils/ -->
<dependency>
<groupId>top.wsure</groupId>
<artifactId>wsure-utils</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.wsure/wsure-utils/
implementation 'top.wsure:wsure-utils:1.0'
// https://jarcasting.com/artifacts/top.wsure/wsure-utils/
implementation ("top.wsure:wsure-utils:1.0")
'top.wsure:wsure-utils:pom:1.0'
<dependency org="top.wsure" name="wsure-utils" rev="1.0">
<artifact name="wsure-utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.wsure', module='wsure-utils', version='1.0')
)
libraryDependencies += "top.wsure" % "wsure-utils" % "1.0"
[top.wsure/wsure-utils "1.0"]