GroupId | GroupIdorg.occurrent |
---|---|
ArtifactId | ArtifactIdexample-uno-model |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
example-uno-model-0.4.0.pom | |
example-uno-model-0.4.0.jar | 52 KB |
example-uno-model-0.4.0-sources.jar | 7 KB |
example-uno-model-0.4.0-javadoc.jar | 357 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.occurrent/example-uno-model/ -->
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>example-uno-model</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.occurrent/example-uno-model/
implementation 'org.occurrent:example-uno-model:0.4.0'
// https://jarcasting.com/artifacts/org.occurrent/example-uno-model/
implementation ("org.occurrent:example-uno-model:0.4.0")
'org.occurrent:example-uno-model:jar:0.4.0'
<dependency org="org.occurrent" name="example-uno-model" rev="0.4.0">
<artifact name="example-uno-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.occurrent', module='example-uno-model', version='0.4.0')
)
libraryDependencies += "org.occurrent" % "example-uno-model" % "0.4.0"
[org.occurrent/example-uno-model "0.4.0"]