j

jpms-pending-modules

The modules where we are waiting for the owners to move to JPMS
文件下载
文件名 操作
jpms-pending-modules-0.67.0.12.pom 下载
Apache Maven
<dependency>
  <groupId>com.jwebmp.jpms</groupId>
  <artifactId>jpms-pending-modules</artifactId>
  <version>0.67.0.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.jwebmp.jpms:jpms-pending-modules:0.67.0.12'
Gradle Kotlin
implementation("com.jwebmp.jpms:jpms-pending-modules:0.67.0.12")
Scala SBT
libraryDependencies += "com.jwebmp.jpms" % "jpms-pending-modules" % "0.67.0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.jwebmp.jpms', module='jpms-pending-modules', version='0.67.0.12')
)
Apache Ivy
<dependency org="com.jwebmp.jpms" name="jpms-pending-modules" rev="0.67.0.12" />
Leiningen
[com.jwebmp.jpms/jpms-pending-modules "0.67.0.12"]
Apache Buildr
'com.jwebmp.jpms:jpms-pending-modules:jar:0.67.0.12'