| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesDex General Purpose Libraries Utility | 
        
| GroupId | GroupIdio.github.codexiaomai.environmentswitcher | 
    
| ArtifactId | ArtifactIdbase | 
    
| Last Version | Last Version1.6.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionbase 
            Base library for EnvironmentSwitcher. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| base-1.6.0.pom | |
| base-1.6.0.jar | 5 KB | 
| base-1.6.0-sources.jar | 5 KB | 
| base-1.6.0-javadoc.jar | 50 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.github.codexiaomai.environmentswitcher/base/ -->
<dependency>
    <groupId>io.github.codexiaomai.environmentswitcher</groupId>
    <artifactId>base</artifactId>
    <version>1.6.0</version>
</dependency>
                // https://jarcasting.com/artifacts/io.github.codexiaomai.environmentswitcher/base/
implementation 'io.github.codexiaomai.environmentswitcher:base:1.6.0'
                // https://jarcasting.com/artifacts/io.github.codexiaomai.environmentswitcher/base/
implementation ("io.github.codexiaomai.environmentswitcher:base:1.6.0")
                'io.github.codexiaomai.environmentswitcher:base:jar:1.6.0'
                <dependency org="io.github.codexiaomai.environmentswitcher" name="base" rev="1.6.0">
  <artifact name="base" type="jar" />
</dependency>
                @Grapes(
@Grab(group='io.github.codexiaomai.environmentswitcher', module='base', version='1.6.0')
)
                libraryDependencies += "io.github.codexiaomai.environmentswitcher" % "base" % "1.6.0"
                [io.github.codexiaomai.environmentswitcher/base "1.6.0"]