s

soento-test

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