s

soento-maven-plugin

Files download
File Operation
soento-maven-plugin-1.2.10-RELEASE.jar download
soento-maven-plugin-1.2.10-RELEASE.pom download
soento-maven-plugin-1.2.10-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.soento</groupId>
  <artifactId>soento-maven-plugin</artifactId>
  <version>1.2.10-RELEASE</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.soento:soento-maven-plugin:1.2.10-RELEASE'
Gradle Kotlin
implementation("com.soento:soento-maven-plugin:1.2.10-RELEASE")
Scala SBT
libraryDependencies += "com.soento" % "soento-maven-plugin" % "1.2.10-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.soento', module='soento-maven-plugin', version='1.2.10-RELEASE')
)
Apache Ivy
<dependency org="com.soento" name="soento-maven-plugin" rev="1.2.10-RELEASE" />
Leiningen
[com.soento/soento-maven-plugin "1.2.10-RELEASE"]
Apache Buildr
'com.soento:soento-maven-plugin:jar:1.2.10-RELEASE'