is not current version
Last Version 1.1

com.sifionsolution:ssolution-commons 1.0

Utilities classes we use through various projects

GroupId

GroupId

com.sifionsolution
ArtifactId

ArtifactId

ssolution-commons
Version

Version

1.0
Type

Type

jar

Download ssolution-commons 1.0


<!-- https://jarcasting.com/artifacts/com.sifionsolution/ssolution-commons/ -->
<dependency>
    <groupId>com.sifionsolution</groupId>
    <artifactId>ssolution-commons</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sifionsolution/ssolution-commons/
implementation 'com.sifionsolution:ssolution-commons:1.0'
// https://jarcasting.com/artifacts/com.sifionsolution/ssolution-commons/
implementation ("com.sifionsolution:ssolution-commons:1.0")
'com.sifionsolution:ssolution-commons:jar:1.0'
<dependency org="com.sifionsolution" name="ssolution-commons" rev="1.0">
  <artifact name="ssolution-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sifionsolution', module='ssolution-commons', version='1.0')
)
libraryDependencies += "com.sifionsolution" % "ssolution-commons" % "1.0"
[com.sifionsolution/ssolution-commons "1.0"]