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