| GroupId | GroupIdorg.occurrent |
|---|---|
| ArtifactId | ArtifactIdexample-projection |
| Version | Version0.12.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| example-projection-0.12.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/example-projection/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>example-projection</artifactId>
<version>0.12.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/example-projection/
implementation 'org.occurrent:example-projection:0.12.0'
// https://jarcasting.com/artifacts/org.occurrent/example-projection/
implementation ("org.occurrent:example-projection:0.12.0")
'org.occurrent:example-projection:pom:0.12.0'
<dependency org="org.occurrent" name="example-projection" rev="0.12.0">
<artifact name="example-projection" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='example-projection', version='0.12.0')
)
libraryDependencies += "org.occurrent" % "example-projection" % "0.12.0"
[org.occurrent/example-projection "0.12.0"]