GroupId | GroupIdcom.soento |
---|---|
ArtifactId | ArtifactIdsoento-test |
Version | Version1.2.7-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
soento-test-1.2.7-RELEASE.pom | |
soento-test-1.2.7-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.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.soento/soento-test/
implementation 'com.soento:soento-test:1.2.7-RELEASE'
// https://jarcasting.com/artifacts/com.soento/soento-test/
implementation ("com.soento:soento-test:1.2.7-RELEASE")
'com.soento:soento-test:jar:1.2.7-RELEASE'
<dependency org="com.soento" name="soento-test" rev="1.2.7-RELEASE">
<artifact name="soento-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soento', module='soento-test', version='1.2.7-RELEASE')
)
libraryDependencies += "com.soento" % "soento-test" % "1.2.7-RELEASE"
[com.soento/soento-test "1.2.7-RELEASE"]