GroupId | GroupIdcom.github.haosenwei |
---|---|
ArtifactId | ArtifactIdg4m-com |
Version | Version1.0-releases |
Type | Typejar |
Filename | Size |
---|---|
g4m-com-1.0-releases.pom | |
g4m-com-1.0-releases.jar | 105 KB |
g4m-com-1.0-releases-sources.jar | 90 KB |
g4m-com-1.0-releases-javadoc.jar | 235 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.haosenwei/g4m-com/ -->
<dependency>
<groupId>com.github.haosenwei</groupId>
<artifactId>g4m-com</artifactId>
<version>1.0-releases</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.haosenwei/g4m-com/
implementation 'com.github.haosenwei:g4m-com:1.0-releases'
// https://jarcasting.com/artifacts/com.github.haosenwei/g4m-com/
implementation ("com.github.haosenwei:g4m-com:1.0-releases")
'com.github.haosenwei:g4m-com:jar:1.0-releases'
<dependency org="com.github.haosenwei" name="g4m-com" rev="1.0-releases">
<artifact name="g4m-com" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.haosenwei', module='g4m-com', version='1.0-releases')
)
libraryDependencies += "com.github.haosenwei" % "g4m-com" % "1.0-releases"
[com.github.haosenwei/g4m-com "1.0-releases"]