Skip to content

Bill of materials for managing common invesdwin dependency versions

License

Notifications You must be signed in to change notification settings

invesdwin/invesdwin-bom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

invesdwin-bom

This project consists of a BOM-POM (bill of materials) that can be used to share dependency management between multiple projects. It contains the versions for often used dependencies in invesdwin.

Maven

Releases and snapshots are deployed to this maven repository:

https://invesdwin.de/repo/invesdwin-oss-remote/

Dependency declaration:

<dependencyManagement>
	<dependencies>
		<dependency>
			<groupId>de.invesdwin</groupId>
			<artifactId>invesdwin-bom</artifactId>
			<version>1.0.17</version><!---project.version.invesdwin-bom-->
			<type>pom</type>
			<scope>import</scope>
		</dependency>
	</dependencies>
</dependencyManagement>

Support

If you need further assistance or have some ideas for improvements and don't want to create an issue here on github, feel free to start a discussion in our invesdwin-platform mailing list.

About

Bill of materials for managing common invesdwin dependency versions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •