Util Parent

The utility library provides common methods e.g. for build configuration and JDBC database connections. This is the parent POM file for Maven aggregator builds of this utility library.

License

License

BSD 3-clause Revised License
GroupId

GroupId

org.beiter.michael.util
ArtifactId

ArtifactId

util-parent
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

pom
Description

Description

Util Parent
The utility library provides common methods e.g. for build configuration and JDBC database connections. This is the parent POM file for Maven aggregator builds of this utility library.
Project URL

Project URL

http://mbeiter.github.io/util/docs/1.4/
Project Organization

Project Organization

Michael Beiter <[email protected]>
Source Code Management

Source Code Management

https://github.com/mbeiter/util

Download util-parent

Filename Size
util-parent-1.4.pom 29 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.beiter.michael.util/util-parent/ -->
<dependency>
    <groupId>org.beiter.michael.util</groupId>
    <artifactId>util-parent</artifactId>
    <version>1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.beiter.michael.util/util-parent/
implementation 'org.beiter.michael.util:util-parent:1.4'
// https://jarcasting.com/artifacts/org.beiter.michael.util/util-parent/
implementation ("org.beiter.michael.util:util-parent:1.4")
'org.beiter.michael.util:util-parent:pom:1.4'
<dependency org="org.beiter.michael.util" name="util-parent" rev="1.4">
  <artifact name="util-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.beiter.michael.util', module='util-parent', version='1.4')
)
libraryDependencies += "org.beiter.michael.util" % "util-parent" % "1.4"
[org.beiter.michael.util/util-parent "1.4"]

Dependencies

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

Project Modules

  • array
  • db

Mike's Utility Library

Mike's utility library is a collection of useful Maven and Java tools.

Useful Links

License

Copyright (c) 2014, Michael Beiter ([email protected])

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  • Neither the name of the copyright holder nor the names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Versions

Version
1.4
1.3
1.2
1.1
1.0