GroupId | GroupIdtop.tangyh.basic |
---|---|
ArtifactId | ArtifactIdlamp-core |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
lamp-core-3.5.0.pom | |
lamp-core-3.5.0.jar | 97 KB |
lamp-core-3.5.0-sources.jar | 63 KB |
lamp-core-3.5.0-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.tangyh.basic/lamp-core/ -->
<dependency>
<groupId>top.tangyh.basic</groupId>
<artifactId>lamp-core</artifactId>
<version>3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.tangyh.basic/lamp-core/
implementation 'top.tangyh.basic:lamp-core:3.5.0'
// https://jarcasting.com/artifacts/top.tangyh.basic/lamp-core/
implementation ("top.tangyh.basic:lamp-core:3.5.0")
'top.tangyh.basic:lamp-core:jar:3.5.0'
<dependency org="top.tangyh.basic" name="lamp-core" rev="3.5.0">
<artifact name="lamp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.tangyh.basic', module='lamp-core', version='3.5.0')
)
libraryDependencies += "top.tangyh.basic" % "lamp-core" % "3.5.0"
[top.tangyh.basic/lamp-core "3.5.0"]