GroupId | GroupIdio.bitbucket.5faces |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version0.0.12 |
Type | Typejar |
Filename | Size |
---|---|
common-0.0.12.pom | |
common-0.0.12.jar | 27 KB |
common-0.0.12-sources.jar | 16 KB |
common-0.0.12-javadoc.jar | 548 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bitbucket.5faces/common/ -->
<dependency>
<groupId>io.bitbucket.5faces</groupId>
<artifactId>common</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.bitbucket.5faces/common/
implementation 'io.bitbucket.5faces:common:0.0.12'
// https://jarcasting.com/artifacts/io.bitbucket.5faces/common/
implementation ("io.bitbucket.5faces:common:0.0.12")
'io.bitbucket.5faces:common:jar:0.0.12'
<dependency org="io.bitbucket.5faces" name="common" rev="0.0.12">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bitbucket.5faces', module='common', version='0.0.12')
)
libraryDependencies += "io.bitbucket.5faces" % "common" % "0.0.12"
[io.bitbucket.5faces/common "0.0.12"]