| GroupId | GroupIdcom.lmaye | 
|---|---|
| ArtifactId | ArtifactIdapp-common | 
| Version | Version1.0.1-RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| app-common-1.0.1-RELEASE.pom | |
| app-common-1.0.1-RELEASE.jar | 3 MB | 
| app-common-1.0.1-RELEASE-sources.jar | 3 MB | 
| app-common-1.0.1-RELEASE-javadoc.jar | 300 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.lmaye/app-common/ -->
<dependency>
    <groupId>com.lmaye</groupId>
    <artifactId>app-common</artifactId>
    <version>1.0.1-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.lmaye/app-common/
implementation 'com.lmaye:app-common:1.0.1-RELEASE'// https://jarcasting.com/artifacts/com.lmaye/app-common/
implementation ("com.lmaye:app-common:1.0.1-RELEASE")'com.lmaye:app-common:jar:1.0.1-RELEASE'<dependency org="com.lmaye" name="app-common" rev="1.0.1-RELEASE">
  <artifact name="app-common" type="jar" />
</dependency>@Grapes(
@Grab(group='com.lmaye', module='app-common', version='1.0.1-RELEASE')
)libraryDependencies += "com.lmaye" % "app-common" % "1.0.1-RELEASE"[com.lmaye/app-common "1.0.1-RELEASE"]