GroupId | GroupIdcom.cedarsoft |
---|---|
ArtifactId | ArtifactIdmonorepo |
Version | Version8.8.1 |
Type | Typejar |
Filename | Size |
---|---|
monorepo-8.8.1.pom | 64 KB |
monorepo-8.8.1-tests.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/monorepo/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>monorepo</artifactId>
<version>8.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/monorepo/
implementation 'com.cedarsoft:monorepo:8.8.1'
// https://jarcasting.com/artifacts/com.cedarsoft/monorepo/
implementation ("com.cedarsoft:monorepo:8.8.1")
'com.cedarsoft:monorepo:jar:8.8.1'
<dependency org="com.cedarsoft" name="monorepo" rev="8.8.1">
<artifact name="monorepo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='monorepo', version='8.8.1')
)
libraryDependencies += "com.cedarsoft" % "monorepo" % "8.8.1"
[com.cedarsoft/monorepo "8.8.1"]