| GroupId | GroupIdclub.easy-utils |
|---|---|
| ArtifactId | ArtifactIdeasy-weprogram |
| Version | Version0.0.1-SNAOSHOT |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/club.easy-utils/easy-weprogram/ -->
<dependency>
<groupId>club.easy-utils</groupId>
<artifactId>easy-weprogram</artifactId>
<version>0.0.1-SNAOSHOT</version>
</dependency>
// https://jarcasting.com/artifacts/club.easy-utils/easy-weprogram/
implementation 'club.easy-utils:easy-weprogram:0.0.1-SNAOSHOT'
// https://jarcasting.com/artifacts/club.easy-utils/easy-weprogram/
implementation ("club.easy-utils:easy-weprogram:0.0.1-SNAOSHOT")
'club.easy-utils:easy-weprogram:jar:0.0.1-SNAOSHOT'
<dependency org="club.easy-utils" name="easy-weprogram" rev="0.0.1-SNAOSHOT">
<artifact name="easy-weprogram" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.easy-utils', module='easy-weprogram', version='0.0.1-SNAOSHOT')
)
libraryDependencies += "club.easy-utils" % "easy-weprogram" % "0.0.1-SNAOSHOT"
[club.easy-utils/easy-weprogram "0.0.1-SNAOSHOT"]