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