Last Version

Util Parent 1.4

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
Version

Version

1.4
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 1.4

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

<!-- 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