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