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