GroupId | GroupIdcom.fastjrun.codeg |
---|---|
ArtifactId | ArtifactIdsdkg-test |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
sdkg-test-2.1.1.pom | |
sdkg-test-2.1.1.jar | 6 KB |
sdkg-test-2.1.1-sources.jar | 4 KB |
sdkg-test-2.1.1-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>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg/sdkg-test/
implementation 'com.fastjrun.codeg:sdkg-test:2.1.1'
// https://jarcasting.com/artifacts/com.fastjrun.codeg/sdkg-test/
implementation ("com.fastjrun.codeg:sdkg-test:2.1.1")
'com.fastjrun.codeg:sdkg-test:jar:2.1.1'
<dependency org="com.fastjrun.codeg" name="sdkg-test" rev="2.1.1">
<artifact name="sdkg-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg', module='sdkg-test', version='2.1.1')
)
libraryDependencies += "com.fastjrun.codeg" % "sdkg-test" % "2.1.1"
[com.fastjrun.codeg/sdkg-test "2.1.1"]