GroupId | GroupIdorg.bitbucket.intenscom |
---|---|
ArtifactId | ArtifactIdcomponents |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
components-0.0.1.pom | |
components-0.0.1.jar | 18 KB |
components-0.0.1-sources.jar | 18 KB |
components-0.0.1-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.intenscom/components/ -->
<dependency>
<groupId>org.bitbucket.intenscom</groupId>
<artifactId>components</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.intenscom/components/
implementation 'org.bitbucket.intenscom:components:0.0.1'
// https://jarcasting.com/artifacts/org.bitbucket.intenscom/components/
implementation ("org.bitbucket.intenscom:components:0.0.1")
'org.bitbucket.intenscom:components:jar:0.0.1'
<dependency org="org.bitbucket.intenscom" name="components" rev="0.0.1">
<artifact name="components" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.intenscom', module='components', version='0.0.1')
)
libraryDependencies += "org.bitbucket.intenscom" % "components" % "0.0.1"
[org.bitbucket.intenscom/components "0.0.1"]