| License | License | 
|---|---|
| GroupId | GroupIdcom.soento | 
| ArtifactId | ArtifactIdsoento-test | 
| Last Version | Last Version1.2.10-RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionsoento-test soento's development kit. | 
| Filename | Size | 
|---|---|
| soento-test-1.2.10-RELEASE.pom | |
| soento-test-1.2.10-RELEASE.jar | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.soento/soento-test/ -->
<dependency>
    <groupId>com.soento</groupId>
    <artifactId>soento-test</artifactId>
    <version>1.2.10-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.soento/soento-test/
implementation 'com.soento:soento-test:1.2.10-RELEASE'// https://jarcasting.com/artifacts/com.soento/soento-test/
implementation ("com.soento:soento-test:1.2.10-RELEASE")'com.soento:soento-test:jar:1.2.10-RELEASE'<dependency org="com.soento" name="soento-test" rev="1.2.10-RELEASE">
  <artifact name="soento-test" type="jar" />
</dependency>@Grapes(
@Grab(group='com.soento', module='soento-test', version='1.2.10-RELEASE')
)libraryDependencies += "com.soento" % "soento-test" % "1.2.10-RELEASE"[com.soento/soento-test "1.2.10-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.mockito : mockito-all | jar | 1.10.15 | 
| junit : junit | jar | 4.13.2 |