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