| GroupId | GroupIdio.github.vipcxj |
|---|---|
| ArtifactId | ArtifactIdjasync-test |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jasync-test-0.1.0.pom | |
| jasync-test-0.1.0.jar | 15 KB |
| jasync-test-0.1.0-sources.jar | 5 KB |
| jasync-test-0.1.0-javadoc.jar | 403 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.vipcxj/jasync-test/ -->
<dependency>
<groupId>io.github.vipcxj</groupId>
<artifactId>jasync-test</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vipcxj/jasync-test/
implementation 'io.github.vipcxj:jasync-test:0.1.0'
// https://jarcasting.com/artifacts/io.github.vipcxj/jasync-test/
implementation ("io.github.vipcxj:jasync-test:0.1.0")
'io.github.vipcxj:jasync-test:jar:0.1.0'
<dependency org="io.github.vipcxj" name="jasync-test" rev="0.1.0">
<artifact name="jasync-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vipcxj', module='jasync-test', version='0.1.0')
)
libraryDependencies += "io.github.vipcxj" % "jasync-test" % "0.1.0"
[io.github.vipcxj/jasync-test "0.1.0"]