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