| GroupId | GroupIdcom.gitee.luancx |
|---|---|
| ArtifactId | ArtifactIdalita-meng |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| alita-meng-1.0.0.pom | |
| alita-meng-1.0.0.jar | 31 KB |
| alita-meng-1.0.0-sources.jar | 20 KB |
| alita-meng-1.0.0-javadoc.jar | 192 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.luancx/alita-meng/ -->
<dependency>
<groupId>com.gitee.luancx</groupId>
<artifactId>alita-meng</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.luancx/alita-meng/
implementation 'com.gitee.luancx:alita-meng:1.0.0'
// https://jarcasting.com/artifacts/com.gitee.luancx/alita-meng/
implementation ("com.gitee.luancx:alita-meng:1.0.0")
'com.gitee.luancx:alita-meng:jar:1.0.0'
<dependency org="com.gitee.luancx" name="alita-meng" rev="1.0.0">
<artifact name="alita-meng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.luancx', module='alita-meng', version='1.0.0')
)
libraryDependencies += "com.gitee.luancx" % "alita-meng" % "1.0.0"
[com.gitee.luancx/alita-meng "1.0.0"]