c

construct

A series of tools to help piece together code, jars, and bundles from different places into a single OSGi project built and managed by Maven
http://www.ops4j.org/projects/pax/construct/
Stuart McCulloch Alin Dreghiciu Niclas Hedhman Edward Yakop
Files download
File Operation
construct-1.6.0.pom download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax</groupId>
  <artifactId>construct</artifactId>
  <version>1.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax:construct:1.6.0'
Gradle Kotlin
implementation("org.ops4j.pax:construct:1.6.0")
Scala SBT
libraryDependencies += "org.ops4j.pax" % "construct" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax', module='construct', version='1.6.0')
)
Apache Ivy
<dependency org="org.ops4j.pax" name="construct" rev="1.6.0" />
Leiningen
[org.ops4j.pax/construct "1.6.0"]
Apache Buildr
'org.ops4j.pax:construct:jar:1.6.0'