j

jwebmp-plugins-modules

The root maven group for plugins for JWebMP
Files download
File Operation
jwebmp-plugins-modules-1.1.1.4.pom download
Apache Maven
<dependency>
  <groupId>com.jwebmp.plugins</groupId>
  <artifactId>jwebmp-plugins-modules</artifactId>
  <version>1.1.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.plugins:jwebmp-plugins-modules:1.1.1.4'
Gradle Kotlin
implementation("com.jwebmp.plugins:jwebmp-plugins-modules:1.1.1.4")
Scala SBT
libraryDependencies += "com.jwebmp.plugins" % "jwebmp-plugins-modules" % "1.1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.plugins', module='jwebmp-plugins-modules', version='1.1.1.4')
)
Apache Ivy
<dependency org="com.jwebmp.plugins" name="jwebmp-plugins-modules" rev="1.1.1.4" />
Leiningen
[com.jwebmp.plugins/jwebmp-plugins-modules "1.1.1.4"]
Apache Buildr
'com.jwebmp.plugins:jwebmp-plugins-modules:jar:1.1.1.4'