Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.ow2.easybeans.osgi |
ArtifactId | ArtifactIdeasybeans-client-fix |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.easybeans.osgi/easybeans-client-fix/ -->
<dependency>
<groupId>org.ow2.easybeans.osgi</groupId>
<artifactId>easybeans-client-fix</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easybeans.osgi/easybeans-client-fix/
implementation 'org.ow2.easybeans.osgi:easybeans-client-fix:2.0.0'
// https://jarcasting.com/artifacts/org.ow2.easybeans.osgi/easybeans-client-fix/
implementation ("org.ow2.easybeans.osgi:easybeans-client-fix:2.0.0")
'org.ow2.easybeans.osgi:easybeans-client-fix:jar:2.0.0'
<dependency org="org.ow2.easybeans.osgi" name="easybeans-client-fix" rev="2.0.0">
<artifact name="easybeans-client-fix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easybeans.osgi', module='easybeans-client-fix', version='2.0.0')
)
libraryDependencies += "org.ow2.easybeans.osgi" % "easybeans-client-fix" % "2.0.0"
[org.ow2.easybeans.osgi/easybeans-client-fix "2.0.0"]