| License |
License |
|---|---|
| GroupId | GroupIdcom.soento |
| ArtifactId | ArtifactIdsoento-core-parent |
| Version | Version1.2.10-RELEASE |
| Type | Typepom |
| Description |
Descriptionsoento's development kit.
|
| Filename | Size |
|---|---|
| soento-core-parent-1.2.10-RELEASE.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.soento/soento-core-parent/ -->
<dependency>
<groupId>com.soento</groupId>
<artifactId>soento-core-parent</artifactId>
<version>1.2.10-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.soento/soento-core-parent/
implementation 'com.soento:soento-core-parent:1.2.10-RELEASE'
// https://jarcasting.com/artifacts/com.soento/soento-core-parent/
implementation ("com.soento:soento-core-parent:1.2.10-RELEASE")
'com.soento:soento-core-parent:pom:1.2.10-RELEASE'
<dependency org="com.soento" name="soento-core-parent" rev="1.2.10-RELEASE">
<artifact name="soento-core-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.soento', module='soento-core-parent', version='1.2.10-RELEASE')
)
libraryDependencies += "com.soento" % "soento-core-parent" % "1.2.10-RELEASE"
[com.soento/soento-core-parent "1.2.10-RELEASE"]