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