| GroupId | GroupIdcom.github.anji-plus | 
    
|---|---|
| ArtifactId | ArtifactIdallways-base | 
    
| Version | Version1.0.2.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| allways-base-1.0.2.RELEASE.pom | |
| allways-base-1.0.2.RELEASE.jar | 17 KB | 
| allways-base-1.0.2.RELEASE-sources.jar | 12 KB | 
| allways-base-1.0.2.RELEASE-javadoc.jar | 133 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.anji-plus/allways-base/ -->
<dependency>
    <groupId>com.github.anji-plus</groupId>
    <artifactId>allways-base</artifactId>
    <version>1.0.2.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.anji-plus/allways-base/
implementation 'com.github.anji-plus:allways-base:1.0.2.RELEASE'
                // https://jarcasting.com/artifacts/com.github.anji-plus/allways-base/
implementation ("com.github.anji-plus:allways-base:1.0.2.RELEASE")
                'com.github.anji-plus:allways-base:jar:1.0.2.RELEASE'
                <dependency org="com.github.anji-plus" name="allways-base" rev="1.0.2.RELEASE">
  <artifact name="allways-base" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.anji-plus', module='allways-base', version='1.0.2.RELEASE')
)
                libraryDependencies += "com.github.anji-plus" % "allways-base" % "1.0.2.RELEASE"
                [com.github.anji-plus/allways-base "1.0.2.RELEASE"]