is not current version
Last Version 0.10.3

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

Commons component for Clean Arch apps

GroupId

GroupId

com.github.rostislav-maslov.rcore
ArtifactId

ArtifactId

commons
Version

Version

0.10.0
Type

Type

jar

Download commons 0.10.0


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