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