GroupId | GroupIdcom.soento |
---|---|
ArtifactId | ArtifactIdsoento-web |
Version | Version1.2.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
soento-web-1.2.2-RELEASE.pom | |
soento-web-1.2.2-RELEASE.jar | 90 KB |
soento-web-1.2.2-RELEASE-sources.jar | 56 KB |
soento-web-1.2.2-RELEASE-javadoc.jar | 264 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.soento/soento-web/ -->
<dependency>
<groupId>com.soento</groupId>
<artifactId>soento-web</artifactId>
<version>1.2.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.soento/soento-web/
implementation 'com.soento:soento-web:1.2.2-RELEASE'
// https://jarcasting.com/artifacts/com.soento/soento-web/
implementation ("com.soento:soento-web:1.2.2-RELEASE")
'com.soento:soento-web:jar:1.2.2-RELEASE'
<dependency org="com.soento" name="soento-web" rev="1.2.2-RELEASE">
<artifact name="soento-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soento', module='soento-web', version='1.2.2-RELEASE')
)
libraryDependencies += "com.soento" % "soento-web" % "1.2.2-RELEASE"
[com.soento/soento-web "1.2.2-RELEASE"]