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