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