is not current version
Last Version 0.10.3

com.github.rostislav-maslov.rcore:commons 0.9.8

Commons component for Clean Arch apps

GroupId

GroupId

com.github.rostislav-maslov.rcore
ArtifactId

ArtifactId

commons
Version

Version

0.9.8
Type

Type

jar

Download commons 0.9.8


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