is not current version
Last Version 1.5.1

org.ops4j:base 1.4.0

Utility classes and extensions to be used in OPS4J projects.

GroupId

GroupId

org.ops4j
ArtifactId

ArtifactId

base
Version

Version

1.4.0
Type

Type

pom

Download base 1.4.0

Filename Size
base-1.4.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/org.ops4j/base/ -->
<dependency>
    <groupId>org.ops4j</groupId>
    <artifactId>base</artifactId>
    <version>1.4.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j/base/
implementation 'org.ops4j:base:1.4.0'
// https://jarcasting.com/artifacts/org.ops4j/base/
implementation ("org.ops4j:base:1.4.0")
'org.ops4j:base:pom:1.4.0'
<dependency org="org.ops4j" name="base" rev="1.4.0">
  <artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j', module='base', version='1.4.0')
)
libraryDependencies += "org.ops4j" % "base" % "1.4.0"
[org.ops4j/base "1.4.0"]