| License | License
                                                        GPLv3 with Classpath Exception                                                 | 
|---|---|
| GroupId | GroupIdcom.cedarsoft | 
| ArtifactId | ArtifactIdmonorepo | 
| Last Version | Last Version8.9.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMono Repo cedarsoft Open Source projects | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| monorepo-8.9.0.pom | 52 KB | 
| monorepo-8.9.0-tests.jar | 7 KB | 
| monorepo-8.9.0-site.xml | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.cedarsoft/monorepo/ -->
<dependency>
    <groupId>com.cedarsoft</groupId>
    <artifactId>monorepo</artifactId>
    <version>8.9.0</version>
</dependency>// https://jarcasting.com/artifacts/com.cedarsoft/monorepo/
implementation 'com.cedarsoft:monorepo:8.9.0'// https://jarcasting.com/artifacts/com.cedarsoft/monorepo/
implementation ("com.cedarsoft:monorepo:8.9.0")'com.cedarsoft:monorepo:jar:8.9.0'<dependency org="com.cedarsoft" name="monorepo" rev="8.9.0">
  <artifact name="monorepo" type="jar" />
</dependency>@Grapes(
@Grab(group='com.cedarsoft', module='monorepo', version='8.9.0')
)libraryDependencies += "com.cedarsoft" % "monorepo" % "8.9.0"[com.cedarsoft/monorepo "8.9.0"]