GroupId | GroupIdorg.opendaylight.faas |
---|---|
ArtifactId | ArtifactIdfeatures-faas |
Version | Version1.0.0-Beryllium |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.faas/features-faas/ -->
<dependency>
<groupId>org.opendaylight.faas</groupId>
<artifactId>features-faas</artifactId>
<version>1.0.0-Beryllium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.faas/features-faas/
implementation 'org.opendaylight.faas:features-faas:1.0.0-Beryllium'
// https://jarcasting.com/artifacts/org.opendaylight.faas/features-faas/
implementation ("org.opendaylight.faas:features-faas:1.0.0-Beryllium")
'org.opendaylight.faas:features-faas:jar:1.0.0-Beryllium'
<dependency org="org.opendaylight.faas" name="features-faas" rev="1.0.0-Beryllium">
<artifact name="features-faas" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.faas', module='features-faas', version='1.0.0-Beryllium')
)
libraryDependencies += "org.opendaylight.faas" % "features-faas" % "1.0.0-Beryllium"
[org.opendaylight.faas/features-faas "1.0.0-Beryllium"]