s

smallmind-constellation

Component and Container Frameworks
Files download
File Operation
smallmind-constellation-1.4.3.jar download
smallmind-constellation-1.4.3.pom download
smallmind-constellation-1.4.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.smallmind</groupId>
  <artifactId>smallmind-constellation</artifactId>
  <version>1.4.3</version>
</dependency>
Gradle Groovy
implementation 'org.smallmind:smallmind-constellation:1.4.3'
Gradle Kotlin
implementation("org.smallmind:smallmind-constellation:1.4.3")
Scala SBT
libraryDependencies += "org.smallmind" % "smallmind-constellation" % "1.4.3"
Groovy Grape
@Grapes(
  @Grab(group='org.smallmind', module='smallmind-constellation', version='1.4.3')
)
Apache Ivy
<dependency org="org.smallmind" name="smallmind-constellation" rev="1.4.3" />
Leiningen
[org.smallmind/smallmind-constellation "1.4.3"]
Apache Buildr
'org.smallmind:smallmind-constellation:jar:1.4.3'