jetty-bom

Jetty 9 Maven BOM

License

License

Categories

Categories

Jetty Container Application Servers Maven Build Tools Ant Net
GroupId

GroupId

net.anthavio.maven
ArtifactId

ArtifactId

jetty-bom
Last Version

Last Version

9.2.11
Release Date

Release Date

Type

Type

pom
Description

Description

jetty-bom
Jetty 9 Maven BOM
Project URL

Project URL

https://github.com/anthavio/anthavio-maven-poms
Source Code Management

Source Code Management

https://github.com/anthavio/anthavio-maven-poms

Download jetty-bom

Filename Size
jetty-bom-9.2.11.pom 6 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/net.anthavio.maven/jetty-bom/ -->
<dependency>
    <groupId>net.anthavio.maven</groupId>
    <artifactId>jetty-bom</artifactId>
    <version>9.2.11</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.anthavio.maven/jetty-bom/
implementation 'net.anthavio.maven:jetty-bom:9.2.11'
// https://jarcasting.com/artifacts/net.anthavio.maven/jetty-bom/
implementation ("net.anthavio.maven:jetty-bom:9.2.11")
'net.anthavio.maven:jetty-bom:pom:9.2.11'
<dependency org="net.anthavio.maven" name="jetty-bom" rev="9.2.11">
  <artifact name="jetty-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.anthavio.maven', module='jetty-bom', version='9.2.11')
)
libraryDependencies += "net.anthavio.maven" % "jetty-bom" % "9.2.11"
[net.anthavio.maven/jetty-bom "9.2.11"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Collection of Maven boms and dependency aggregation poms simplifying dependency management

Most of pom are deployed into maven central repo

Example: If you are tired of excluding commons-logging from every springframework artifact...

<dependencyManagement>
	<dependencies>
		<dependency>
			<groupId>net.anthavio.maven</groupId>
			<artifactId>spring-framework-bom</artifactId>
			<version>${spring.version}</version>
			<type>pom</type>
			<scope>import</scope>
		</dependency>
	</dependencies>
</dependencyManagement>

<dependencies>
	<dependency>
		<groupId>org.springframework</groupId>
		<artifactId>spring-context</artifactId>
	</dependency>
	<dependency>
		<groupId>org.springframework</groupId>
		<artifactId>spring-web</artifactId>
	</dependency>
<dependencies>

Versions

Version
9.2.11
9.2.9
9.2.7
9.2.5
9.2.3
9.2.1
9.2.0
9.1.5
9.1.4
9.1.3
9.1.2
9.1.1
8.1.15
8.1.14
8.1.13
6.1.26