| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.fastjrun.codeg.jeecgboot | 
    
| ArtifactId | ArtifactIdjeecgboot-sdkg | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionjeecgboot 
            
         | 
    
| Filename | Size | 
|---|---|
| jeecgboot-sdkg-1.0.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg.jeecgboot/jeecgboot-sdkg/ -->
<dependency>
    <groupId>com.fastjrun.codeg.jeecgboot</groupId>
    <artifactId>jeecgboot-sdkg</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.fastjrun.codeg.jeecgboot/jeecgboot-sdkg/
implementation 'com.fastjrun.codeg.jeecgboot:jeecgboot-sdkg:1.0'
                // https://jarcasting.com/artifacts/com.fastjrun.codeg.jeecgboot/jeecgboot-sdkg/
implementation ("com.fastjrun.codeg.jeecgboot:jeecgboot-sdkg:1.0")
                'com.fastjrun.codeg.jeecgboot:jeecgboot-sdkg:pom:1.0'
                <dependency org="com.fastjrun.codeg.jeecgboot" name="jeecgboot-sdkg" rev="1.0">
  <artifact name="jeecgboot-sdkg" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.fastjrun.codeg.jeecgboot', module='jeecgboot-sdkg', version='1.0')
)
                libraryDependencies += "com.fastjrun.codeg.jeecgboot" % "jeecgboot-sdkg" % "1.0"
                [com.fastjrun.codeg.jeecgboot/jeecgboot-sdkg "1.0"]