Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.soento |
ArtifactId | ArtifactIdsoento-provided |
Version | Version1.2.7-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
soento-provided-1.2.7-RELEASE.pom | |
soento-provided-1.2.7-RELEASE.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.soento/soento-provided/ -->
<dependency>
<groupId>com.soento</groupId>
<artifactId>soento-provided</artifactId>
<version>1.2.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.soento/soento-provided/
implementation 'com.soento:soento-provided:1.2.7-RELEASE'
// https://jarcasting.com/artifacts/com.soento/soento-provided/
implementation ("com.soento:soento-provided:1.2.7-RELEASE")
'com.soento:soento-provided:jar:1.2.7-RELEASE'
<dependency org="com.soento" name="soento-provided" rev="1.2.7-RELEASE">
<artifact name="soento-provided" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soento', module='soento-provided', version='1.2.7-RELEASE')
)
libraryDependencies += "com.soento" % "soento-provided" % "1.2.7-RELEASE"
[com.soento/soento-provided "1.2.7-RELEASE"]