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