| GroupId | GroupIdcom.github.alexmao86 | 
|---|---|
| ArtifactId | ArtifactIdjweb-common | 
| Version | Version1.1.4-Final | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| jweb-common-1.1.4-Final.pom | |
| jweb-common-1.1.4-Final.jar | 100 KB | 
| jweb-common-1.1.4-Final-sources.jar | 69 KB | 
| jweb-common-1.1.4-Final-javadoc.jar | 368 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.alexmao86/jweb-common/ -->
<dependency>
    <groupId>com.github.alexmao86</groupId>
    <artifactId>jweb-common</artifactId>
    <version>1.1.4-Final</version>
</dependency>// https://jarcasting.com/artifacts/com.github.alexmao86/jweb-common/
implementation 'com.github.alexmao86:jweb-common:1.1.4-Final'// https://jarcasting.com/artifacts/com.github.alexmao86/jweb-common/
implementation ("com.github.alexmao86:jweb-common:1.1.4-Final")'com.github.alexmao86:jweb-common:jar:1.1.4-Final'<dependency org="com.github.alexmao86" name="jweb-common" rev="1.1.4-Final">
  <artifact name="jweb-common" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.alexmao86', module='jweb-common', version='1.1.4-Final')
)libraryDependencies += "com.github.alexmao86" % "jweb-common" % "1.1.4-Final"[com.github.alexmao86/jweb-common "1.1.4-Final"]