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