License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers Gradle Build Tools |
GroupId | GroupIdcom.github.martins1930.gradle |
ArtifactId | ArtifactIdJettyMulti |
Last Version | Last Version1.2.0-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJettyMulti
Gradle Jetty plugin for multi (or single) projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
JettyMulti-1.2.0-RELEASE.pom | |
JettyMulti-1.2.0-RELEASE.jar | 34 KB |
JettyMulti-1.2.0-RELEASE-sources.jar | 5 KB |
JettyMulti-1.2.0-RELEASE-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.martins1930.gradle/JettyMulti/ -->
<dependency>
<groupId>com.github.martins1930.gradle</groupId>
<artifactId>JettyMulti</artifactId>
<version>1.2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.martins1930.gradle/JettyMulti/
implementation 'com.github.martins1930.gradle:JettyMulti:1.2.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.martins1930.gradle/JettyMulti/
implementation ("com.github.martins1930.gradle:JettyMulti:1.2.0-RELEASE")
'com.github.martins1930.gradle:JettyMulti:jar:1.2.0-RELEASE'
<dependency org="com.github.martins1930.gradle" name="JettyMulti" rev="1.2.0-RELEASE">
<artifact name="JettyMulti" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.martins1930.gradle', module='JettyMulti', version='1.2.0-RELEASE')
)
libraryDependencies += "com.github.martins1930.gradle" % "JettyMulti" % "1.2.0-RELEASE"
[com.github.martins1930.gradle/JettyMulti "1.2.0-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-jndi | jar | 8.1.7.v20120910 |
org.eclipse.jetty : jetty-jsp | jar | 8.1.7.v20120910 |
org.eclipse.jetty : jetty-annotations | jar | 8.1.7.v20120910 |
org.eclipse.jetty : jetty-webapp | jar | 8.1.7.v20120910 |
org.eclipse.jetty : jetty-plus | jar | 8.1.7.v20120910 |
org.eclipse.jetty : jetty-server | jar | 8.1.7.v20120910 |
commons-io : commons-io | jar | 2.4 |