Files download
File Operation
soento-boot-1.2.10-RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.soento</groupId>
  <artifactId>soento-boot</artifactId>
  <version>1.2.10-RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.soento:soento-boot:1.2.10-RELEASE'
Gradle Kotlin
implementation("com.soento:soento-boot:1.2.10-RELEASE")
Scala SBT
libraryDependencies += "com.soento" % "soento-boot" % "1.2.10-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.soento', module='soento-boot', version='1.2.10-RELEASE')
)
Apache Ivy
<dependency org="com.soento" name="soento-boot" rev="1.2.10-RELEASE" />
Leiningen
[com.soento/soento-boot "1.2.10-RELEASE"]
Apache Buildr
'com.soento:soento-boot:jar:1.2.10-RELEASE'
Dependencies
The project has no third-party dependencies