License |
License |
---|---|
GroupId | GroupIdio.fabric8.django |
ArtifactId | ArtifactIdcomponents |
Last Version | Last Version2.3.14 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFabric8 :: Django :: Components
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
components-2.3.14.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.django/components/ -->
<dependency>
<groupId>io.fabric8.django</groupId>
<artifactId>components</artifactId>
<version>2.3.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.django/components/
implementation 'io.fabric8.django:components:2.3.14'
// https://jarcasting.com/artifacts/io.fabric8.django/components/
implementation ("io.fabric8.django:components:2.3.14")
'io.fabric8.django:components:pom:2.3.14'
<dependency org="io.fabric8.django" name="components" rev="2.3.14">
<artifact name="components" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.django', module='components', version='2.3.14')
)
libraryDependencies += "io.fabric8.django" % "components" % "2.3.14"
[io.fabric8.django/components "2.3.14"]