| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools Net |
| GroupId | GroupIdnet.sf.squirrel-sql |
| ArtifactId | ArtifactIdmaven-utils |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMaven 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 |
| Filename | Size |
|---|---|
| maven-utils-1.0.0.pom | |
| maven-utils-1.0.0.jar | 25 KB |
| maven-utils-1.0.0-sources.jar | 16 KB |
| maven-utils-1.0.0-javadoc.jar | 128 KB |
| Browse |
<!-- 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"]
| 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 |