GroupId | GroupIdcom.guaboy |
---|---|
ArtifactId | ArtifactIdguaboy-commons |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
guaboy-commons-1.0.1.pom | |
guaboy-commons-1.0.1.jar | 56 KB |
guaboy-commons-1.0.1-sources.jar | 38 KB |
guaboy-commons-1.0.1-javadoc.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guaboy/guaboy-commons/ -->
<dependency>
<groupId>com.guaboy</groupId>
<artifactId>guaboy-commons</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.guaboy/guaboy-commons/
implementation 'com.guaboy:guaboy-commons:1.0.1'
// https://jarcasting.com/artifacts/com.guaboy/guaboy-commons/
implementation ("com.guaboy:guaboy-commons:1.0.1")
'com.guaboy:guaboy-commons:jar:1.0.1'
<dependency org="com.guaboy" name="guaboy-commons" rev="1.0.1">
<artifact name="guaboy-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guaboy', module='guaboy-commons', version='1.0.1')
)
libraryDependencies += "com.guaboy" % "guaboy-commons" % "1.0.1"
[com.guaboy/guaboy-commons "1.0.1"]