o

org.jgrapes.webconlet.examples.helloworld

(No description)
http://mnlipp.github.io/jgrapes/
AGPL 3.0
Michael N. Lipp
文件下载
文件名 操作
org.jgrapes.webconlet.examples.helloworld-1.2.0.jar 下载
org.jgrapes.webconlet.examples.helloworld-1.2.0.pom 下载
org.jgrapes.webconlet.examples.helloworld-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jgrapes</groupId>
  <artifactId>org.jgrapes.webconlet.examples.helloworld</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.jgrapes:org.jgrapes.webconlet.examples.helloworld:1.2.0'
Gradle Kotlin
implementation("org.jgrapes:org.jgrapes.webconlet.examples.helloworld:1.2.0")
Scala SBT
libraryDependencies += "org.jgrapes" % "org.jgrapes.webconlet.examples.helloworld" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jgrapes', module='org.jgrapes.webconlet.examples.helloworld', version='1.2.0')
)
Apache Ivy
<dependency org="org.jgrapes" name="org.jgrapes.webconlet.examples.helloworld" rev="1.2.0" />
Leiningen
[org.jgrapes/org.jgrapes.webconlet.examples.helloworld "1.2.0"]
Apache Buildr
'org.jgrapes:org.jgrapes.webconlet.examples.helloworld:jar:1.2.0'