| License |
License |
|---|---|
| GroupId | GroupIdcn.gongler |
| ArtifactId | ArtifactIdgongler-utils |
| Version | Version3.0.0 |
| Type | Typejar |
| Description |
Descriptiongongler-utils
A Java helper library
|
| Filename | Size |
|---|---|
| gongler-utils-3.0.0.pom | |
| gongler-utils-3.0.0.jar | 311 KB |
| gongler-utils-3.0.0-sources.jar | 180 KB |
| gongler-utils-3.0.0-javadoc.jar | 844 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.gongler/gongler-utils/ -->
<dependency>
<groupId>cn.gongler</groupId>
<artifactId>gongler-utils</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.gongler/gongler-utils/
implementation 'cn.gongler:gongler-utils:3.0.0'
// https://jarcasting.com/artifacts/cn.gongler/gongler-utils/
implementation ("cn.gongler:gongler-utils:3.0.0")
'cn.gongler:gongler-utils:jar:3.0.0'
<dependency org="cn.gongler" name="gongler-utils" rev="3.0.0">
<artifact name="gongler-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.gongler', module='gongler-utils', version='3.0.0')
)
libraryDependencies += "cn.gongler" % "gongler-utils" % "3.0.0"
[cn.gongler/gongler-utils "3.0.0"]