| Categories | CategoriesNet | 
|---|---|
| GroupId | GroupIdnet.sf.sanity4j | 
| ArtifactId | ArtifactIdsanity4j-parent | 
| Last Version | Last Version1.1.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptionsanity4j-parent Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Filename | Size | 
|---|---|
| sanity4j-parent-1.1.1.pom | 942 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.sanity4j/sanity4j-parent/ -->
<dependency>
    <groupId>net.sf.sanity4j</groupId>
    <artifactId>sanity4j-parent</artifactId>
    <version>1.1.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/net.sf.sanity4j/sanity4j-parent/
implementation 'net.sf.sanity4j:sanity4j-parent:1.1.1'// https://jarcasting.com/artifacts/net.sf.sanity4j/sanity4j-parent/
implementation ("net.sf.sanity4j:sanity4j-parent:1.1.1")'net.sf.sanity4j:sanity4j-parent:pom:1.1.1'<dependency org="net.sf.sanity4j" name="sanity4j-parent" rev="1.1.1">
  <artifact name="sanity4j-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='net.sf.sanity4j', module='sanity4j-parent', version='1.1.1')
)libraryDependencies += "net.sf.sanity4j" % "sanity4j-parent" % "1.1.1"[net.sf.sanity4j/sanity4j-parent "1.1.1"]