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