| GroupId | GroupIdtop.lshaci |
|---|---|
| ArtifactId | ArtifactIdframework-web |
| Version | Version1.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| framework-web-1.0.6.pom | |
| framework-web-1.0.6.jar | 30 KB |
| framework-web-1.0.6-sources.jar | 19 KB |
| framework-web-1.0.6-javadoc.jar | 177 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.lshaci/framework-web/ -->
<dependency>
<groupId>top.lshaci</groupId>
<artifactId>framework-web</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/top.lshaci/framework-web/
implementation 'top.lshaci:framework-web:1.0.6'
// https://jarcasting.com/artifacts/top.lshaci/framework-web/
implementation ("top.lshaci:framework-web:1.0.6")
'top.lshaci:framework-web:jar:1.0.6'
<dependency org="top.lshaci" name="framework-web" rev="1.0.6">
<artifact name="framework-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.lshaci', module='framework-web', version='1.0.6')
)
libraryDependencies += "top.lshaci" % "framework-web" % "1.0.6"
[top.lshaci/framework-web "1.0.6"]