Files download
File Operation
active-parent-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>org.activestack</groupId>
  <artifactId>active-parent</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.activestack:active-parent:1.0.3'
Gradle Kotlin
implementation("org.activestack:active-parent:1.0.3")
Scala SBT
libraryDependencies += "org.activestack" % "active-parent" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.activestack', module='active-parent', version='1.0.3')
)
Apache Ivy
<dependency org="org.activestack" name="active-parent" rev="1.0.3" />
Leiningen
[org.activestack/active-parent "1.0.3"]
Apache Buildr
'org.activestack:active-parent:jar:1.0.3'
Dependencies
The project has no third-party dependencies