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