is not current version
Last Version 1.2.10-RELEASE

com.soento:soento-core 1.2.7-RELEASE


GroupId

GroupId

com.soento
ArtifactId

ArtifactId

soento-core
Version

Version

1.2.7-RELEASE
Type

Type

jar

Download soento-core 1.2.7-RELEASE


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