| GroupId | GroupIdcom.github.liuzhengyang |
|---|---|
| ArtifactId | ArtifactIdsimple-example |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| simple-example-1.0.pom | |
| simple-example-1.0.jar | 3 KB |
| simple-example-1.0-sources.jar | 1 KB |
| simple-example-1.0-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuzhengyang/simple-example/ -->
<dependency>
<groupId>com.github.liuzhengyang</groupId>
<artifactId>simple-example</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuzhengyang/simple-example/
implementation 'com.github.liuzhengyang:simple-example:1.0'
// https://jarcasting.com/artifacts/com.github.liuzhengyang/simple-example/
implementation ("com.github.liuzhengyang:simple-example:1.0")
'com.github.liuzhengyang:simple-example:jar:1.0'
<dependency org="com.github.liuzhengyang" name="simple-example" rev="1.0">
<artifact name="simple-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuzhengyang', module='simple-example', version='1.0')
)
libraryDependencies += "com.github.liuzhengyang" % "simple-example" % "1.0"
[com.github.liuzhengyang/simple-example "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.liuzhengyang : simple-core | jar | 1.0-SNAPSHOT |
| junit : junit | jar | 4.12 |