GroupId | GroupIdcom.github.luohaha |
---|---|
ArtifactId | ArtifactIdLightComm4J |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
LightComm4J-0.1.3.pom | |
LightComm4J-0.1.3.jar | 29 KB |
LightComm4J-0.1.3-sources.jar | 19 KB |
LightComm4J-0.1.3-javadoc.jar | 200 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luohaha/LightComm4J/ -->
<dependency>
<groupId>com.github.luohaha</groupId>
<artifactId>LightComm4J</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luohaha/LightComm4J/
implementation 'com.github.luohaha:LightComm4J:0.1.3'
// https://jarcasting.com/artifacts/com.github.luohaha/LightComm4J/
implementation ("com.github.luohaha:LightComm4J:0.1.3")
'com.github.luohaha:LightComm4J:jar:0.1.3'
<dependency org="com.github.luohaha" name="LightComm4J" rev="0.1.3">
<artifact name="LightComm4J" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luohaha', module='LightComm4J', version='0.1.3')
)
libraryDependencies += "com.github.luohaha" % "LightComm4J" % "0.1.3"
[com.github.luohaha/LightComm4J "0.1.3"]