GroupId | GroupIdcom.github.weibin268 |
---|---|
ArtifactId | ArtifactIdmy-util |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
my-util-1.0.0.pom | |
my-util-1.0.0.jar | 16 KB |
my-util-1.0.0-sources.jar | 9 KB |
my-util-1.0.0-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.weibin268/my-util/ -->
<dependency>
<groupId>com.github.weibin268</groupId>
<artifactId>my-util</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.weibin268/my-util/
implementation 'com.github.weibin268:my-util:1.0.0'
// https://jarcasting.com/artifacts/com.github.weibin268/my-util/
implementation ("com.github.weibin268:my-util:1.0.0")
'com.github.weibin268:my-util:jar:1.0.0'
<dependency org="com.github.weibin268" name="my-util" rev="1.0.0">
<artifact name="my-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.weibin268', module='my-util', version='1.0.0')
)
libraryDependencies += "com.github.weibin268" % "my-util" % "1.0.0"
[com.github.weibin268/my-util "1.0.0"]