GroupId | GroupIdcom.interswitchng |
---|---|
ArtifactId | ArtifactIdsmart-pos-core |
Version | Version2.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
smart-pos-core-2.1.1.pom | |
smart-pos-core-2.1.1-sources.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.interswitchng/smart-pos-core/ -->
<dependency>
<groupId>com.interswitchng</groupId>
<artifactId>smart-pos-core</artifactId>
<version>2.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.interswitchng/smart-pos-core/
implementation 'com.interswitchng:smart-pos-core:2.1.1'
// https://jarcasting.com/artifacts/com.interswitchng/smart-pos-core/
implementation ("com.interswitchng:smart-pos-core:2.1.1")
'com.interswitchng:smart-pos-core:aar:2.1.1'
<dependency org="com.interswitchng" name="smart-pos-core" rev="2.1.1">
<artifact name="smart-pos-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.interswitchng', module='smart-pos-core', version='2.1.1')
)
libraryDependencies += "com.interswitchng" % "smart-pos-core" % "2.1.1"
[com.interswitchng/smart-pos-core "2.1.1"]