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