j

jwebmp-core

The core of the JWebMP library allowing you to create enterprise grade level applications
https://github.com/GedMarc/JWebMP
Files download
File Operation
jwebmp-core-0.65.0.3.jar download
jwebmp-core-0.65.0.3.pom download
jwebmp-core-0.65.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jwebmp</groupId>
  <artifactId>jwebmp-core</artifactId>
  <version>0.65.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.jwebmp:jwebmp-core:0.65.0.3'
Gradle Kotlin
implementation("com.jwebmp:jwebmp-core:0.65.0.3")
Scala SBT
libraryDependencies += "com.jwebmp" % "jwebmp-core" % "0.65.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp', module='jwebmp-core', version='0.65.0.3')
)
Apache Ivy
<dependency org="com.jwebmp" name="jwebmp-core" rev="0.65.0.3" />
Leiningen
[com.jwebmp/jwebmp-core "0.65.0.3"]
Apache Buildr
'com.jwebmp:jwebmp-core:jar:0.65.0.3'