j

jwebmp-core

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