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