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