| GroupId | GroupIdcom.fastjrun.codeg |
|---|---|
| ArtifactId | ArtifactIdbase-sdkg-test |
| Version | Version4.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| base-sdkg-test-4.0.1.pom | |
| base-sdkg-test-4.0.1.jar | 5 KB |
| base-sdkg-test-4.0.1-sources.jar | 4 KB |
| base-sdkg-test-4.0.1-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg/base-sdkg-test/ -->
<dependency>
<groupId>com.fastjrun.codeg</groupId>
<artifactId>base-sdkg-test</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg/base-sdkg-test/
implementation 'com.fastjrun.codeg:base-sdkg-test:4.0.1'
// https://jarcasting.com/artifacts/com.fastjrun.codeg/base-sdkg-test/
implementation ("com.fastjrun.codeg:base-sdkg-test:4.0.1")
'com.fastjrun.codeg:base-sdkg-test:jar:4.0.1'
<dependency org="com.fastjrun.codeg" name="base-sdkg-test" rev="4.0.1">
<artifact name="base-sdkg-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg', module='base-sdkg-test', version='4.0.1')
)
libraryDependencies += "com.fastjrun.codeg" % "base-sdkg-test" % "4.0.1"
[com.fastjrun.codeg/base-sdkg-test "4.0.1"]