Maven Utilities

This project provides a tool for scanning multiple independent source code trees for the purpose of determining if there are circular dependencies between them. Since independent source trees will not be in a single reactor, Maven cannot detect this condition.

License

License

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

net.sf.squirrel-sql
ArtifactId

ArtifactId

maven-utils
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Utilities
This project provides a tool for scanning multiple independent source code trees for the purpose of determining if there are circular dependencies between them. Since independent source trees will not be in a single reactor, Maven cannot detect this condition.
Project URL

Project URL

http://www.squirrelsql.org/

Download maven-utils

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.squirrel-sql/maven-utils/ -->
<dependency>
    <groupId>net.sf.squirrel-sql</groupId>
    <artifactId>maven-utils</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/maven-utils/
implementation 'net.sf.squirrel-sql:maven-utils:1.0.0'
// https://jarcasting.com/artifacts/net.sf.squirrel-sql/maven-utils/
implementation ("net.sf.squirrel-sql:maven-utils:1.0.0")
'net.sf.squirrel-sql:maven-utils:jar:1.0.0'
<dependency org="net.sf.squirrel-sql" name="maven-utils" rev="1.0.0">
  <artifact name="maven-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.squirrel-sql', module='maven-utils', version='1.0.0')
)
libraryDependencies += "net.sf.squirrel-sql" % "maven-utils" % "1.0.0"
[net.sf.squirrel-sql/maven-utils "1.0.0"]

Dependencies

compile (17)

Group / Artifact Type Version
commons-io : commons-io jar 2.0.1
org.hibernate : hibernate-core jar 4.0.1.Final
org.hibernate : hibernate-entitymanager jar 4.0.1.Final
org.hibernate : hibernate-annotations jar 3.5.6-Final
org.hibernate.java-persistence : jpa-api jar 2.0-cr-1
org.springframework : spring-beans jar 3.0.5.RELEASE
org.springframework : spring-context jar 3.0.5.RELEASE
org.springframework : spring-orm jar 3.0.5.RELEASE
com.h2database : h2 jar 1.3.153
org.apache.maven : maven-model jar 3.0.3
org.codehaus.plexus : plexus-utils jar 2.0.7
org.apache.maven : maven-core jar 3.0.3
org.slf4j : jcl-over-slf4j jar 1.6.4
org.slf4j : slf4j-api jar 1.6.4
ch.qos.logback : logback-classic jar 1.0.0
ch.qos.logback : logback-core pom 1.0.0
org.jgrapht : jgrapht-jdk1.5 jar 0.7.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0