| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdio.gitee.liukaixiong |
| ArtifactId | ArtifactIdmaven-test |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmaven-test
一款基于Java驱动页面渲染的框架
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| maven-test-1.0.pom | |
| maven-test-1.0.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.liukaixiong/maven-test/ -->
<dependency>
<groupId>io.gitee.liukaixiong</groupId>
<artifactId>maven-test</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.liukaixiong/maven-test/
implementation 'io.gitee.liukaixiong:maven-test:1.0'
// https://jarcasting.com/artifacts/io.gitee.liukaixiong/maven-test/
implementation ("io.gitee.liukaixiong:maven-test:1.0")
'io.gitee.liukaixiong:maven-test:jar:1.0'
<dependency org="io.gitee.liukaixiong" name="maven-test" rev="1.0">
<artifact name="maven-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.liukaixiong', module='maven-test', version='1.0')
)
libraryDependencies += "io.gitee.liukaixiong" % "maven-test" % "1.0"
[io.gitee.liukaixiong/maven-test "1.0"]