| GroupId | GroupIdcom.shakingearthdigital |
|---|---|
| ArtifactId | ArtifactIdSEBase |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| SEBase-1.0.0.pom | |
| SEBase-1.0.0.aar | 11 KB |
| SEBase-1.0.0-sources.jar | 4 KB |
| SEBase-1.0.0-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.shakingearthdigital/SEBase/ -->
<dependency>
<groupId>com.shakingearthdigital</groupId>
<artifactId>SEBase</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.shakingearthdigital/SEBase/
implementation 'com.shakingearthdigital:SEBase:1.0.0'
// https://jarcasting.com/artifacts/com.shakingearthdigital/SEBase/
implementation ("com.shakingearthdigital:SEBase:1.0.0")
'com.shakingearthdigital:SEBase:aar:1.0.0'
<dependency org="com.shakingearthdigital" name="SEBase" rev="1.0.0">
<artifact name="SEBase" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.shakingearthdigital', module='SEBase', version='1.0.0')
)
libraryDependencies += "com.shakingearthdigital" % "SEBase" % "1.0.0"
[com.shakingearthdigital/SEBase "1.0.0"]